Fix project alice indicators (#9342)
This commit is contained in:
parent
044b4aaf01
commit
54ef02dead
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ void keyboard_pre_init_kb(void) {
|
|||
keyboard_pre_init_user();
|
||||
}
|
||||
|
||||
|
||||
bool led_update_kb(led_t led_state) {
|
||||
bool runDefault = led_update_user(led_state);
|
||||
if (runDefault) {
|
||||
|
|
Loading…
Reference in a new issue