Keyboard.releaseAll() not working on teensy
I am not sure it is an Arduino IDE issue but it seems to be so.
Keyboard.releaseAll() is recognized but gives an error:
Buttons.cpp.o: In function `loop':
C:\Program Files (x86)\Arduino/Buttons.ino:91: undefined reference to `usb_keyboard_class::releaseAll()'
collect2.exe: error: ld returned 1 exit status
I don't need help. I will work around this. But why?