T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.4k stars 399 forks source link

Confused on the Keycodes are are being sent, and help? #257

Closed Dark1886 closed 10 months ago

Dark1886 commented 11 months ago

Hello,

I'm working on porting over some code I had in a previous library (ESP32-BLE-Gamepad) and I am looking at the keycodes trying to debug some issues I am experiencing. I noticed the keycodes shown in BleKeyboard.h don't seem to match either the codes from the BleGamepad library or those from the standard HID reference documents.

Is there some sort of pre-calculation/pre-processing added into the keycodes in the header file?