~ruther/qmk_firmware

c8cd2caeaca0546a598715cbb87d0d6cdd6dcdeb — QMK Bot 4 years ago d738567 + e3211e3
Merge remote-tracking branch 'origin/master' into develop
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)
    },