summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test/stm32_f072_onekey
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2018-04-08 07:49:16 +0200
committerGitHub <noreply@github.com>2018-04-08 07:49:16 +0200
commit958521c3596452eef77e9ad69734ad955120b2b5 (patch)
tree2993d1f21d83914e879a631b9c3ea380f6bd0f02 /keyboards/chibios_test/stm32_f072_onekey
parent3b525dcf9c4a4dba34ee3596c90de60691b67b27 (diff)
downloadqmk_firmware-958521c3596452eef77e9ad69734ad955120b2b5.tar.gz
qmk_firmware-958521c3596452eef77e9ad69734ad955120b2b5.tar.xz
Clean up some long-standing errors when populating the API (#2715)
Diffstat (limited to 'keyboards/chibios_test/stm32_f072_onekey')
-rw-r--r--keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h b/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h
index 0455ad342..345bf3bed 100644
--- a/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h
+++ b/keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h
@@ -1,5 +1,7 @@
#ifndef STM32_F072_ONEKEY_H
#define STM32_F072_ONEKEY_H
#include "chibios_test.h"
-#endif
+#define LAYOUT(k00) {{ k00 }}
+
+#endif