Skip to content

Commit 7722495

Browse files
stapelbergfauxpark
authored andcommitted
core: bump USB spec version in device descriptor to 2.0 (qmk#13078)
Co-authored-by: Ryan <[email protected]>
1 parent f92951e commit 7722495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmk_core/protocol/usb_descriptor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
351351
.Size = sizeof(USB_Descriptor_Device_t),
352352
.Type = DTYPE_Device
353353
},
354-
.USBSpecification = VERSION_BCD(1, 1, 0),
354+
.USBSpecification = VERSION_BCD(2, 0, 0),
355355

356356
#if VIRTSER_ENABLE
357357
.Class = USB_CSCP_IADDeviceClass,

0 commit comments

Comments
 (0)