Browse Source

Clean up some long-standing errors when populating the API (#2715)

skullydazed 7 years ago
parent
commit
958521c359

+ 2 - 0
keyboards/chibios_test/chibios_test.h

@@ -3,4 +3,6 @@
 
 #include "quantum.h"
 
+#define LAYOUT(k00) {{ k00 }}
+
 #endif /* KEYBOARDS_CHIBIOS_TEST_CHIBIOS_TEST_H_ */

+ 3 - 1
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

+ 3 - 0
keyboards/chibios_test/stm32_f103_onekey/stm32_f103_onekey.h

@@ -1,4 +1,7 @@
 #ifndef STM32_F103_ONEKEY_H
 #define STM32_F103_ONEKEY_H
 #include "chibios_test.h"
+
+#define LAYOUT(k00) {{ k00 }}
+
 #endif

+ 3 - 0
keyboards/chibios_test/teensy_lc_onekey/teensy_lc_onekey.h

@@ -1,4 +1,7 @@
 #ifndef TEENSY_LC_ONEKEY_H
 #define TEENSY_LC_ONEKEY_H
 #include "chibios_test.h"
+
+#define LAYOUT(k00) {{ k00 }}
+
 #endif

File diff suppressed because it is too large
+ 3 - 3
keyboards/ergodox_ez/info.json


+ 1 - 1
keyboards/planck/light/info.json

@@ -1,5 +1,5 @@
 {
   "keyboard_name": "Planck Light",
   "keyboard_folder": "planck/light",
-  "bootloader": "qmk-dfu",
+  "bootloader": "qmk-dfu"
 }