adafruit / Adafruit_BluefruitLE_Firmware

Firmware images for Adafruit's Bluefruit LE Modules (Bluefruit LE Friend, etc.)
119 stars 37 forks source link

Getting key lock LED states while using AT+BLEHIDEN #37

Open akudaikon opened 4 years ago

akudaikon commented 4 years ago

I'm using a Feather 32u4 Bluefruit LE, talking to the Bluefruit over SDEP/SPI, and using AT+BLEHIDEN to make it act like a keyboard. I've been searching around for quite a while, but can't seem to find a way to get the current key lock LED states (num lock, caps lock, scroll lock) from the host. I'd like to be able to update the state of LEDs connected to the Feather with the current key lock states. Is this possible? If not, is it something that will be added in the future (maybe as another event callback)? Thanks!