Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified demo.
This commit is contained in:
parent
9e9fc97fc9
commit
48400df13c
23 changed files with 221 additions and 6490 deletions
|
@ -194,9 +194,9 @@ USB_Descriptor_String_t PROGMEM LanguageString =
|
|||
*/
|
||||
USB_Descriptor_String_t PROGMEM ManufacturerString =
|
||||
{
|
||||
Header: {Size: USB_STRING_LEN(11), Type: DTYPE_String},
|
||||
Header: {Size: USB_STRING_LEN(16), Type: DTYPE_String},
|
||||
|
||||
UnicodeString: L"Dean Camera"
|
||||
UnicodeString: L"Denver Gingerich"
|
||||
};
|
||||
|
||||
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue