Ditch USB_*_SUBCLASS and USB_*_PROTOCOL macros in favor of the standard USB_HID_SUBCLASS_* USB_HID_PROTOCOL_* macros.
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
|
||||
// Macros:
|
||||
|
||||
#define USB_KEYBOARD_SUBCLASS 0x01
|
||||
#define USB_KEYBOARD_PROTOCOL 0x01
|
||||
|
||||
#define USB_KEYBOARD_INTERFACE_INDEX 1
|
||||
#define USB_KEYBOARD_INTERFACE_COUNT 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user