mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-28 02:18:59 +00:00
Fix USB Descriptor issue with Endpoints (#340)
This commit is contained in:
@@ -364,11 +364,8 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
|
||||
.Size = sizeof(USB_Descriptor_Device_t),
|
||||
.Type = DTYPE_Device
|
||||
},
|
||||
#if WEBUSB_ENABLE
|
||||
.USBSpecification = VERSION_BCD(2, 1, 0),
|
||||
#else
|
||||
.USBSpecification = VERSION_BCD(1, 1, 0),
|
||||
#endif
|
||||
.USBSpecification = VERSION_BCD(2, 0, 0),
|
||||
|
||||
#if VIRTSER_ENABLE
|
||||
.Class = USB_CSCP_IADDeviceClass,
|
||||
.SubClass = USB_CSCP_IADDeviceSubclass,
|
||||
|
||||
Reference in New Issue
Block a user