Fix project alice indicators (#9342)

master
Andrew Kannan 2020-06-13 03:06:38 -04:00 committed by GitHub
parent 044b4aaf01
commit 54ef02dead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {