cherry-embedded / CherryUSB

CherryUSB is a tiny, beautiful and portable USB host and device stack for embedded system with USB IP
https://cherryusb.readthedocs.io/
Apache License 2.0
1.21k stars 256 forks source link

class\hid\usb_hid.h needs double check #91

Closed matsobdev closed 1 year ago

matsobdev commented 1 year ago

For example:

#define HID_KBD_USAGE_DOWN            0x5a /* Keyboard DownArrow */

where:

#define HID_KBD_USAGE_DOWN            0x51 /* Keyboard DownArrow */

suppose to be.

sakumisue commented 1 year ago

Thanks, i will fix.