forked from mirrors/qmk_userspace
Remove *_CALLBACK_ENABLE related code; Fix V2 Max device name
This commit is contained in:
parent
0b812c9dc0
commit
f9f4cf410f
21 changed files with 67 additions and 435 deletions
|
@ -180,9 +180,6 @@ void indicator_init(void) {
|
|||
setPinOutput(BAT_LOW_LED_PIN);
|
||||
writePin(BAT_LOW_LED_PIN, !BAT_LOW_LED_PIN_ON_STATE);
|
||||
#endif
|
||||
#ifdef LEMOKEY_CALLBACK_ENABLE
|
||||
register_led_indicator_task(LED_INDICATORS_KB, false);
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(LED_MATRIX_ENABLE) || defined(RGB_MATRIX_ENABLE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue