ESP32-BLE-Keyboard
ESP32-BLE-Keyboard copied to clipboard
Adding Android system keycodes ?
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.