Add missing mcuconf.h and halconf.h to onekey:joystick keymap.

Add suggested fixes from PR.
This commit is contained in:
a-chol 2020-03-30 11:19:23 +02:00
parent 0ce015d0c9
commit 476fce8a32
6 changed files with 813 additions and 15 deletions

View file

@ -344,6 +344,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = {
.Type = DTYPE_Device
},
.USBSpecification = VERSION_BCD(1, 1, 0),
#if VIRTSER_ENABLE
.Class = USB_CSCP_IADDeviceClass,
.SubClass = USB_CSCP_IADDeviceSubclass,