summaryrefslogtreecommitdiff
path: root/keyboards/chibios_test/chibios_test.h
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2018-04-07 22:49:16 -0700
committerGitHub <noreply@github.com>2018-04-07 22:49:16 -0700
commit958521c3596452eef77e9ad69734ad955120b2b5 (patch)
tree2993d1f21d83914e879a631b9c3ea380f6bd0f02 /keyboards/chibios_test/chibios_test.h
parent3b525dcf9c4a4dba34ee3596c90de60691b67b27 (diff)
Clean up some long-standing errors when populating the API (#2715)
Diffstat (limited to 'keyboards/chibios_test/chibios_test.h')
-rw-r--r--keyboards/chibios_test/chibios_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/chibios_test/chibios_test.h b/keyboards/chibios_test/chibios_test.h
index 25b0317710..9fc996ff75 100644
--- a/keyboards/chibios_test/chibios_test.h
+++ b/keyboards/chibios_test/chibios_test.h
@@ -3,4 +3,6 @@
#include "quantum.h"
+#define LAYOUT(k00) {{ k00 }}
+
#endif /* KEYBOARDS_CHIBIOS_TEST_CHIBIOS_TEST_H_ */