T-vK / ESP32-BLE-Keyboard

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

Minimizing RAM and FLASH usage for custom project. #266

Open Dark1886 opened 7 months ago

Dark1886 commented 7 months ago

Hello,

I'm looking to slightly customize this library to function better for my project (Android TV Remote). For my purposes, I don't need all of the keyboard functions, but do require more basic functions (Arrow Keys, select) and the multimedia keys(WWW_HOME, WWW_BACK) to operate the android built-in functions. beyond using the NIMBLE settings, is there any other way to minimize RAM/FLASH usage in this library?