Skip to content

Commit f34dccd

Browse files
committed
Add custom Manu/Desc.
1 parent 03367a1 commit f34dccd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AVR/source/firmware/include/Descriptors.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
245245
const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARRAY(LANGUAGE_ID_ENG);
246246

247247
// Manufacturer and Product Descriptor Strings
248-
const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"HORI CO.,LTD.");
249-
const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"HORIPAD S");
248+
const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"Nullstalgia");
249+
const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"UARTSwitchCon");
250250

251251
// USB Device Callback - Get Descriptor
252252
uint16_t CALLBACK_USB_GetDescriptor(

0 commit comments

Comments
 (0)