We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922314d commit c028d41Copy full SHA for c028d41
tmk_core/protocol/usb_descriptor.c
@@ -647,8 +647,8 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
647
.FirstInterfaceIndex = KEYBOARD_INTERFACE,
648
.TotalInterfaces = CONSOLE_INTERFACE, // It's the interface after this
649
.Class = HID_CSCP_HIDClass,
650
- .SubClass = 0x00, // HID_CSCP_BootSubclass,
651
- .Protocol = 0x00, // HID_CSCP_KeyboardBootProtocol,
+ .SubClass = HID_CSCP_BootSubclass,
+ .Protocol = HID_CSCP_KeyboardBootProtocol,
652
.IADStrIndex = NO_DESCRIPTOR,
653
},
654
#ifndef KEYBOARD_SHARED_EP
0 commit comments