-
Is there a way to get keyboards leds (capslock, numlock, scrolllock) using this stm32duino core? I am trying to get the caps lock state from the host. Im not very familiar with USB, but digging around in the stm32duino core, I found that DataOut is NULL? is there any other way to get the keyboard leds? maybe with clark's core? https://github.com/stm32duino/Arduino_Core_STM32/blob/main/cores/arduino/stm32/usb/hid/usbd_hid_composite.c#L118 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently not, the keyboard library is based on the official one which do not support this yet: |
Beta Was this translation helpful? Give feedback.
Currently not, the keyboard library is based on the official one which do not support this yet:
arduino-libraries/Keyboard#43