mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
Fix project alice indicators (#9342)
This commit is contained in:
parent
044b4aaf01
commit
54ef02dead
@ -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 New Issue
Block a user