diff options
| -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 9b65ba9ac..9ce75334a 100644 --- a/tmk_core/protocol/vusb/vusb.c +++ b/tmk_core/protocol/vusb/vusb.c | |||
| @@ -680,7 +680,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = { | |||
| 680 | }, | 680 | }, |
| 681 | .bcdHID = 0x0101, | 681 | .bcdHID = 0x0101, |
| 682 | .bCountryCode = 0x00, | 682 | .bCountryCode = 0x00, |
| 683 | .bNumDescriptors = 2, | 683 | .bNumDescriptors = 1, |
| 684 | .bDescriptorType = USBDESCR_HID_REPORT, | 684 | .bDescriptorType = USBDESCR_HID_REPORT, |
| 685 | .wDescriptorLength = sizeof(raw_hid_report) | 685 | .wDescriptorLength = sizeof(raw_hid_report) |
| 686 | }, | 686 | }, |
