Skip to content

Commit

Permalink
core: bump USB spec version in device descriptor to 2.0 (qmk#13078)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
stapelberg and fauxpark committed Jun 6, 2021
1 parent 109b042 commit 929d9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/usb_descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
.Size = sizeof(USB_Descriptor_Device_t),
.Type = DTYPE_Device
},
.USBSpecification = VERSION_BCD(1, 1, 0),
.USBSpecification = VERSION_BCD(2, 0, 0),

#if VIRTSER_ENABLE
.Class = USB_CSCP_IADDeviceClass,
Expand Down

0 comments on commit 929d9e1

Please sign in to comment.