commit a707a7dc4a735c310333e5ffa15e78c892349358
parent f7dd07b5d2e9a715f67c89975b50cb73cdc6668a
Author: Lukas F. Hartmann <lukas@mnt.mn>
Date: Mon, 3 Dec 2018 13:37:33 +0100
keyboard fw: fix descriptor names
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/reform-keyboard-fw/Descriptors.c b/reform-keyboard-fw/Descriptors.c
@@ -151,13 +151,13 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
* form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
*/
-const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"Dean Camera");
+const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"MNT");
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
* and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
* Descriptor.
*/
-const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"LUFA Keyboard Demo");
+const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"Reform Keyboard");
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
* documentation) by the application code so that the address and size of a requested descriptor can be given