This makes firmware size small but need to be tested more. https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options https://github.com/arduino/Arduino/issues/660 https://github.com/arduino/ArduinoCore-avr/blob/master/platform.txt * No `-fno-fat-lto-objects` is needed, it is the default. https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-ffat-lto-objects * No `-fuse-linker-plugin` is needed, it is the default. https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-fuse-linker-plugin |
||
|---|---|---|
| converter | ||
| keyboard | ||
| orphan | ||
| tmk_core | ||
| .gitignore | ||
| .gitmodules | ||
| README.md | ||
TMK Keyboard Firmware Collection
This repository includes keyboard and converter firmware projects built with tmk_core keyboard library.
The latest source code is available here: http://github.com/tmk/tmk_keyboard
Documentation
Refer to wiki pages for further info.
https://github.com/tmk/tmk_keyboard/wiki
License
GPLv2 or later. Some protocol files are under Modified BSD License.
Third party libraries like LUFA, PJRC and V-USB have their own license respectively.