-
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.
Answered by fpistm Feb 5, 2024
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.
0 replies
Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Currently not, the keyboard library is based on the official one which do not support this yet:
arduino-libraries/Keyboard#43