summaryrefslogtreecommitdiff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-21 02:12:40 +0000
committerQMK Bot <hello@qmk.fm>2020-12-21 02:12:40 +0000
commitc8cd2caeaca0546a598715cbb87d0d6cdd6dcdeb (patch)
tree0ee5b4d68c918223e87fd5bc629a4433fa7d933c /tmk_core/protocol
parentd7385676bc3ef419adf76f00f42c9b19b572149e (diff)
parente3211e307ec14c326b03b39806ed7bb11b927d34 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/vusb/vusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/vusb.c b/tmk_core/protocol/vusb/vusb.c
index 9b65ba9ac7..9ce75334a5 100644
--- a/tmk_core/protocol/vusb/vusb.c
+++ b/tmk_core/protocol/vusb/vusb.c
@@ -680,7 +680,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = {
},
.bcdHID = 0x0101,
.bCountryCode = 0x00,
- .bNumDescriptors = 2,
+ .bNumDescriptors = 1,
.bDescriptorType = USBDESCR_HID_REPORT,
.wDescriptorLength = sizeof(raw_hid_report)
},