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
115 allows sending F keys up to F24
Not sure how to really test this extensively but seems to work on my chinese digispark and I can get my mic mute mini keyboard :)
Discussed in #23
Hid descriptor defines the keyboard as
101
this prevents all the keys above 101 from being recognized. (DigistumpArduino/digistump-avr/libraries/DigisparkKeyboard/DigiKeyboard.h
Line 49 in 50ac9cf
Increasing the descriptor to 115 allows F20 key to be sent (F20 is 111 and F24 is 115)
The text was updated successfully, but these errors were encountered: