ArminJo / DigistumpArduino

Improved version of Digistump avr core for Arduino
194 stars 37 forks source link

DigiKeyboard.h F20 and other keys above 101 not supported #24

Closed tswfi closed 3 years ago

tswfi commented 3 years ago

Discussed in https://github.com/ArminJo/DigistumpArduino/discussions/23

Hid descriptor defines the keyboard as 101 this prevents all the keys above 101 from being recognized. (https://github.com/ArminJo/DigistumpArduino/blob/50ac9cffb654542cc503864f8caa791aeb44a3b6/digistump-avr/libraries/DigisparkKeyboard/DigiKeyboard.h#L49)

Increasing the descriptor to 115 allows F20 key to be sent (F20 is 111 and F24 is 115)