You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used the USBHID and BLE I needed to define USB_HID_KEYS as the Keys are previous defined.
But the KEY_LED_xxxx keys need to be outside of the #ifdef USB_HID_KEYS
In the KeyboardHIDCodes.h file.
Something like this at the end of the file KeyboardHIDCodes.h.