]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - 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
index ea1c84e2f5a6e4910df3c91d26aa2903adf84965..e94c13b663c66ff5e9782382c93b460b834a0d99 100644 (file)
@@ -1,4 +1,7 @@
 #ifndef TEENSY_LC_ONEKEY_H
 #define TEENSY_LC_ONEKEY_H
 #include "chibios_test.h"
+
+#define LAYOUT(k00) {{ k00 }}
+
 #endif