]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/chibios_test/stm32_f072_onekey/stm32_f072_onekey.h
Clean up some long-standing errors when populating the API (#2715)
[qmk_firmware.git] / keyboards / chibios_test / stm32_f072_onekey / stm32_f072_onekey.h
index 0455ad342fa1cc87953feaf4e4db60fc0aea6aec..345bf3bede31911c2c799a56034ad14739c6b3e5 100644 (file)
@@ -1,5 +1,7 @@
 #ifndef STM32_F072_ONEKEY_H
 #define STM32_F072_ONEKEY_H
 #include "chibios_test.h"
-#endif
 
+#define LAYOUT(k00) {{ k00 }}
+
+#endif