~ruther/qmk_firmware

e3211e307ec14c326b03b39806ed7bb11b927d34 — Ryan 4 years ago 0239ce0
Fix small typo in V-USB configuration descriptor (#11253)

1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/protocol/vusb/vusb.c
M tmk_core/protocol/vusb/vusb.c => tmk_core/protocol/vusb/vusb.c +1 -1
@@ 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)
    },