Skip to main content
google987
Visitor II
May 28, 2017
Question

Bug in USB HID code

  • May 28, 2017
  • 1 reply
  • 606 views
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
This topic has been closed for replies.

1 reply

fullyanalog-programmer
Visitor II
September 29, 2017
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