forked from mirrors/qmk_userspace
Added K1 Max JIS
This commit is contained in:
parent
dc85a28e75
commit
4df1642f24
22 changed files with 1387 additions and 33 deletions
|
@ -56,10 +56,6 @@ void keyboard_post_init_kb(void) {
|
|||
#endif
|
||||
|
||||
power_on_indicator_timer = timer_read32();
|
||||
#ifdef ENCODER_ENABLE
|
||||
encoder_cb_init();
|
||||
#endif
|
||||
|
||||
keyboard_post_init_user();
|
||||
}
|
||||
|
||||
|
@ -87,7 +83,6 @@ bool keychron_task_kb(void) {
|
|||
if (get_transport() != TRANSPORT_BLUETOOTH)
|
||||
for (uint8_t i = 0; i < sizeof(p24g_led_pins) / sizeof(pin_t); i++)
|
||||
writePin(p24g_led_pins[i], 0);
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue