Skip to content

Commit e46d714

Browse files
Rename Galax -> GLX in materials
1 parent 849e279 commit e46d714

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ It does not provide a warranty of any kind.
159159
160160
For the full license, read the [LICENSE](https://github.com/electro-smith/libdaisy/blob/master/LICENSE) file in the root directory.
161161
162-
## Galax / Balsam Modifications
162+
## GLX / Balsam Modifications
163163
164-
A list of modifications to be made to the upstream libDaisy, specifically for Galax Balsam.
164+
A list of modifications to be made to the upstream libDaisy, specifically for GLX Balsam.
165165
166166
- [x] Add UART logger implementation
167167
- [ ] Update MIDI stack as necessary for sysex, clock input stuff

src/usbd/usbd_desc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
// BOTH
6767
#define USBD_VID 1155
6868
#define USBD_LANGID_STRING 1033
69-
#define USBD_MANUFACTURER_STRING "Galax Synthesizer Corp."
69+
#define USBD_MANUFACTURER_STRING "GLX Audio Co. Ltd"
7070
// HS
7171
#define USBD_PID_HS 0x6762 // arbitrary PID for balsam - "GB" in ascii
7272
#define USBD_PRODUCT_STRING_HS "Balsam MPE"

0 commit comments

Comments
 (0)