mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-07 09:59:48 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
7fb6ba3c09
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#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);
|
||||||
|
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 New Issue
Block a user