diff options
| author | Ryan <fauxpark@gmail.com> | 2020-12-21 13:12:07 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 13:12:07 +1100 |
| commit | e3211e307ec14c326b03b39806ed7bb11b927d34 (patch) | |
| tree | c4a2cd47154ba3f4060d9f76cf5138a251ec71ea | |
| parent | 0239ce025aca542e4e37ec9003399bab2e92d82b (diff) | |
| download | qmk_firmware-e3211e307ec14c326b03b39806ed7bb11b927d34.tar.gz qmk_firmware-e3211e307ec14c326b03b39806ed7bb11b927d34.zip | |
Fix small typo in V-USB configuration descriptor (#11253)
| -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 | }, |
