wip
This commit is contained in:
parent
2d64301cd9
commit
256fabca9e
155 changed files with 80 additions and 2196 deletions
|
|
@ -168,15 +168,6 @@ void matrix_init_kb(void) {
|
|||
}
|
||||
|
||||
set_layer_indicators(0);
|
||||
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
// put your looping keyboard code here
|
||||
// runs every cycle (a lot)
|
||||
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
||||
void led_set_kb(uint8_t usb_led) {
|
||||
|
|
@ -194,7 +185,6 @@ void led_set_kb(uint8_t usb_led) {
|
|||
|
||||
}
|
||||
|
||||
led_set_user(usb_led);
|
||||
}
|
||||
|
||||
uint32_t layer_state_set_kb(uint32_t state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue