summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-21 13:12:07 +1100
committerDrashna Jael're <drashna@live.com>2021-01-12 22:46:09 -0800
commit75a672151f76f083b9a270381c148b6ad69d6897 (patch)
tree203ef3fc3ad22dfb6337932cd39bd8a66a3acc6c
parent17cf1b1a8a6e971a7a0b809ea427178f51c18a70 (diff)
Fix small typo in V-USB configuration descriptor (#11253)
-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 95de1019ef..e0f9c3ed23 100644
--- a/tmk_core/protocol/vusb/vusb.c
+++ b/tmk_core/protocol/vusb/vusb.c
@@ -690,7 +690,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = {
},
.bcdHID = 0x0101,
.bCountryCode = 0x00,
- .bNumDescriptors = 2,
+ .bNumDescriptors = 1,
.bDescriptorType = USBDESCR_HID_REPORT,
.wDescriptorLength = sizeof(raw_hid_report)
},