You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating Custom HID Keyboard using stm32f103rbt6. my code has Consumer , Keyboard and Mouse. Normally capslock of system and hid keyboard is working by default. but when i add Keyboard.begin() function to read the ledstatus of capslock and numslock this is turned off. i want to synchronize the capslock , numslock functionality of system host keyboard with my hid keyboard without compromising normal fucntionality of keyboard
The text was updated successfully, but these errors were encountered:
I am creating Custom HID Keyboard using stm32f103rbt6. my code has Consumer , Keyboard and Mouse. Normally capslock of system and hid keyboard is working by default. but when i add Keyboard.begin() function to read the ledstatus of capslock and numslock this is turned off. i want to synchronize the capslock , numslock functionality of system host keyboard with my hid keyboard without compromising normal fucntionality of keyboard
The text was updated successfully, but these errors were encountered: