T-vK / ESP32-BLE-Keyboard

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

More than 6 keys #273

Closed merco closed 6 months ago

merco commented 6 months ago

I'm trying to have 10 keys instead of 6 in the keyboard.

I'm changing BleKeyboard::press BleKeyboard::release BleKeyboard::releaseAll

and REPORT_COUNT(1), 0x0A, //

with not luck. The device can't connect.

Is it possibile?

merco commented 6 months ago

possible solution here: https://github.com/Electroner/Teclado-Teseracto/blob/main/SourceCode/Keyboard%20Modified%20Libraries/Keyboard.cpp