Skip to content

Commit a4da5f2

Browse files
authored
Fixup build failures. (qmk#23869)
1 parent 6d365dd commit a4da5f2

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

keyboards/matrix/m12og/rev2/rev2.c

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
#include "quantum.h"
66

7-
void matrix_init_user(void) {
8-
gpio_set_pin_output(C6);
9-
gpio_set_pin_output(B2);
10-
gpio_set_pin_output(B1);
11-
12-
matrix_init_user();
7+
void matrix_init_kb(void) {
8+
gpio_set_pin_output(C6);
9+
gpio_set_pin_output(B2);
10+
gpio_set_pin_output(B1);
11+
12+
matrix_init_user();
1313
}
1414

1515
bool led_update_kb(led_t led_state) {

keyboards/mechwild/mokulua/info.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"build": {
3+
"lto": true
4+
}
5+
}

keyboards/planck/rev4/keyboard.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"pid": "0xAE01",
99
"device_version": "0.0.4"
1010
},
11+
"build": {
12+
"lto": true
13+
},
1114
"features": {
1215
"audio": true,
1316
"bootmagic": true,

keyboards/planck/rev5/keyboard.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"pid": "0xAE01",
99
"device_version": "0.0.5"
1010
},
11+
"build": {
12+
"lto": true
13+
},
1114
"features": {
1215
"audio": true,
1316
"bootmagic": true,

0 commit comments

Comments
 (0)