Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
0d360b64fa
4 changed files with 17 additions and 6 deletions
|
@ -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
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