T-vK / ESP32-BLE-Keyboard

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

F13-F24 Keys Not Reporting. #173

Open AlfonsoHegao opened 2 years ago

AlfonsoHegao commented 2 years ago

Any attempt to report F13-F24 function keys does not send any keypress. Unsure as to why this occurs, but those keys are very useful for certain tasks.

drowsnug95 commented 2 years ago

Change the value of USAGE_MAXIMUM in BleKeyboard.cpp from 0x65 to 0x73.