keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

Don't implement Print for either of the keyboards #5

Closed algernon closed 7 years ago

algernon commented 7 years ago

Kaleidoscope does not use the Print-functions of the Keyboard object, and they could be easily implemented as plugins instead. As such, remove them from KeyboardioHID, and save over 300 bytes of code, and a dozen bytes of RAM.

Fixes #4, as I have not found any other obvious ways to quickly reduce the library size.