T-vK / ESP32-BLE-Keyboard

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

Adding Android system keycodes ? #219

Open roberto1963 opened 1 year ago

roberto1963 commented 1 year ago

Hello, This library is really great, it works well for texting and taking a photo (with KEY MEDIA VOLUME_UP) It would be great to add the keycodes to open the Android camera app , power on , and other possibilities as shown in this link : https://elementalx.org/button-mapper/android-key-codes/ I have read other issues about this and the recommended documents and I tried to understand how HID descriptors work ... but I admit that it's too complicated for me 8-(( Is there anyone who could help me write the missing code ? I would be happy to do all the tests.