Fixup build failures. (#23869)
This commit is contained in:
parent
6d365dd8f1
commit
a4da5f219f
4 changed files with 17 additions and 6 deletions
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
#include "quantum.h"
|
#include "quantum.h"
|
||||||
|
|
||||||
void matrix_init_user(void) {
|
void matrix_init_kb(void) {
|
||||||
gpio_set_pin_output(C6);
|
gpio_set_pin_output(C6);
|
||||||
gpio_set_pin_output(B2);
|
gpio_set_pin_output(B2);
|
||||||
gpio_set_pin_output(B1);
|
gpio_set_pin_output(B1);
|
||||||
|
|
||||||
matrix_init_user();
|
matrix_init_user();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool led_update_kb(led_t led_state) {
|
bool led_update_kb(led_t led_state) {
|
||||||
|
|
5
keyboards/mechwild/mokulua/info.json
Normal file
5
keyboards/mechwild/mokulua/info.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"lto": true
|
||||||
|
}
|
||||||
|
}
|
|
@ -8,6 +8,9 @@
|
||||||
"pid": "0xAE01",
|
"pid": "0xAE01",
|
||||||
"device_version": "0.0.4"
|
"device_version": "0.0.4"
|
||||||
},
|
},
|
||||||
|
"build": {
|
||||||
|
"lto": true
|
||||||
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
"pid": "0xAE01",
|
"pid": "0xAE01",
|
||||||
"device_version": "0.0.5"
|
"device_version": "0.0.5"
|
||||||
},
|
},
|
||||||
|
"build": {
|
||||||
|
"lto": true
|
||||||
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"audio": true,
|
"audio": true,
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
|
|
Loading…
Reference in a new issue