Skip to content

Commit 678fe6a

Browse files
committed
fl16: mark IAD as generic HID
Both works fine, but seems more corret to not label everything as bootable keyboard. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent aa153ad commit 678fe6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmk_core/protocol/usb_descriptor.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,8 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
647647
.FirstInterfaceIndex = KEYBOARD_INTERFACE,
648648
.TotalInterfaces = RP2040_RESET_INTERFACE, // It's the interface after this
649649
.Class = HID_CSCP_HIDClass,
650-
.SubClass = HID_CSCP_BootSubclass,
651-
.Protocol = HID_CSCP_KeyboardBootProtocol,
650+
.SubClass = 0x00, // HID_CSCP_BootSubclass,
651+
.Protocol = 0x00, // HID_CSCP_KeyboardBootProtocol,
652652
.IADStrIndex = NO_DESCRIPTOR,
653653
},
654654
#ifndef KEYBOARD_SHARED_EP

0 commit comments

Comments
 (0)