aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2021-09-16 04:24:06 +0200
committerGitHub <noreply@github.com>2021-09-15 19:24:06 -0700
commitceaf35c741220656ad2c3d5b3da29cc0c19217f5 (patch)
tree576e74668b817653eabc30aee3c7b417f8d4b79e
parent84dba255334bd2d4f822579b1480a0cf90f42015 (diff)
downloadqmk_firmware-ceaf35c741220656ad2c3d5b3da29cc0c19217f5.tar.gz
qmk_firmware-ceaf35c741220656ad2c3d5b3da29cc0c19217f5.zip
[Bug] Fix descriptor for USB Programmable Buttons (#14455)
-rw-r--r--tmk_core/protocol/usb_descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c
index f720eea8d..ebe27a145 100644
--- a/tmk_core/protocol/usb_descriptor.c
+++ b/tmk_core/protocol/usb_descriptor.c
@@ -242,7 +242,7 @@ const USB_Descriptor_HIDReport_Datatype_t PROGMEM SharedReport[] = {
242 HID_RI_USAGE(8, 0x01), // Consumer Control 242 HID_RI_USAGE(8, 0x01), // Consumer Control
243 HID_RI_COLLECTION(8, 0x01), // Application 243 HID_RI_COLLECTION(8, 0x01), // Application
244 HID_RI_REPORT_ID(8, REPORT_ID_PROGRAMMABLE_BUTTON), 244 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
246 HID_RI_COLLECTION(8, 0x04), // Named Array 246 HID_RI_COLLECTION(8, 0x04), // Named Array
247 HID_RI_USAGE_PAGE(8, 0x09), // Button 247 HID_RI_USAGE_PAGE(8, 0x09), // Button
248 HID_RI_USAGE_MINIMUM(8, 0x01), // Button 1 248 HID_RI_USAGE_MINIMUM(8, 0x01), // Button 1