diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-21 02:12:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-21 02:12:40 +0000 |
commit | c8cd2caeaca0546a598715cbb87d0d6cdd6dcdeb (patch) | |
tree | 0ee5b4d68c918223e87fd5bc629a4433fa7d933c /tmk_core/protocol | |
parent | d7385676bc3ef419adf76f00f42c9b19b572149e (diff) | |
parent | e3211e307ec14c326b03b39806ed7bb11b927d34 (diff) | |
download | qmk_firmware-c8cd2caeaca0546a598715cbb87d0d6cdd6dcdeb.tar.gz qmk_firmware-c8cd2caeaca0546a598715cbb87d0d6cdd6dcdeb.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/vusb/vusb.c | 2 |
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) }, |