Skip to content

Commit ed06597

Browse files
authored
[Bug] Fix descriptor for USB Programmable Buttons (qmk#14455)
1 parent 8244e6b commit ed06597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmk_core/protocol/usb_descriptor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const USB_Descriptor_HIDReport_Datatype_t PROGMEM SharedReport[] = {
242242
HID_RI_USAGE(8, 0x01), // Consumer Control
243243
HID_RI_COLLECTION(8, 0x01), // Application
244244
HID_RI_REPORT_ID(8, REPORT_ID_PROGRAMMABLE_BUTTON),
245-
HID_RI_USAGE(8, 0x09), // Programmable Buttons
245+
HID_RI_USAGE(8, 0x03), // Programmable Buttons
246246
HID_RI_COLLECTION(8, 0x04), // Named Array
247247
HID_RI_USAGE_PAGE(8, 0x09), // Button
248248
HID_RI_USAGE_MINIMUM(8, 0x01), // Button 1

0 commit comments

Comments
 (0)