Fixup build failures. (#23869)
This commit is contained in:
parent
6d365dd8f1
commit
a4da5f219f
4 changed files with 17 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
void matrix_init_user(void) {
|
||||
void matrix_init_kb(void) {
|
||||
gpio_set_pin_output(C6);
|
||||
gpio_set_pin_output(B2);
|
||||
gpio_set_pin_output(B1);
|
||||
|
|
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",
|
||||
"device_version": "0.0.4"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"audio": true,
|
||||
"bootmagic": true,
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0xAE01",
|
||||
"device_version": "0.0.5"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"audio": true,
|
||||
"bootmagic": true,
|
||||
|
|
Loading…
Reference in a new issue