]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.h
Clean up some long-standing errors when populating the API (#2715)
[qmk_firmware.git] / keyboards / chibios_test / teensy_lc_onekey / teensy_lc_onekey.h
1 #ifndef TEENSY_LC_ONEKEY_H
2 #define TEENSY_LC_ONEKEY_H
3 #include "chibios_test.h"
4
5 #define LAYOUT(k00) {{ k00 }}
6
7 #endif