chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
475 stars 70 forks source link

HID_KEY_A definition #11

Closed fabianoriccardi closed 3 years ago

fabianoriccardi commented 3 years ago

Hi,

where are defined the costants like HID_KEY_A used in example keyboard.ino?

chegewara commented 3 years ago

https://github.com/hathach/tinyusb/blob/master/src/class/hid/hid.h#L215