Browse Source

Fixup build failures. (#23869)

Nick Brassel 2 years ago
parent
commit
a4da5f219f

+ 6 - 6
keyboards/matrix/m12og/rev2/rev2.c

@@ -4,12 +4,12 @@
 
 #include "quantum.h"
 
-void matrix_init_user(void) {
-	gpio_set_pin_output(C6);
-	gpio_set_pin_output(B2);
-	gpio_set_pin_output(B1);
-  
-  matrix_init_user();
+void matrix_init_kb(void) {
+    gpio_set_pin_output(C6);
+    gpio_set_pin_output(B2);
+    gpio_set_pin_output(B1);
+
+    matrix_init_user();
 }
 
 bool led_update_kb(led_t led_state) {

+ 5 - 0
keyboards/mechwild/mokulua/info.json

@@ -0,0 +1,5 @@
+{
+    "build": {
+        "lto": true
+    }
+}

+ 3 - 0
keyboards/planck/rev4/keyboard.json

@@ -8,6 +8,9 @@
     "pid": "0xAE01",
     "device_version": "0.0.4"
   },
+  "build": {
+    "lto": true
+  },
   "features": {
     "audio": true,
     "bootmagic": true,

+ 3 - 0
keyboards/planck/rev5/keyboard.json

@@ -8,6 +8,9 @@
     "pid": "0xAE01",
     "device_version": "0.0.5"
   },
+  "build": {
+    "lto": true
+  },
   "features": {
     "audio": true,
     "bootmagic": true,