cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in USB HID code

google987
Associate
Posted on May 28, 2017 at 12:46

I'd like to report a bug.

In the file usbh_hid_keybd.h, line 118:

&sharpdefine KEY_CAPS LOCK                          0x39

should be replaced with:

&sharpdefine KEY_CAPS_LOCK                          0x39

#usb #hid #keyboard #bug
1 REPLY 1
Posted on September 29, 2017 at 10:53

I would also like to add for line 114 in the same file, it should read;

#define KEY_GRAVE_ACCENT_AND_TILDE             0x35 

and on line 132;

#define KEY_SCROLL_LOCK                        0x47