Fix compilation issues

This commit is contained in:
Drashna Jael're
2022-03-25 16:31:52 -07:00
parent 53ff570bf0
commit 07a3743e87
6 changed files with 2 additions and 59 deletions

View File

@@ -85,11 +85,6 @@ void moonlander_led_task(void) {
layer_state_set_kb(layer_state);
}
#endif
#if !defined(MOONLANDER_USER_LEDS)
else {
layer_state_set_kb(layer_state);
}
#endif
}
static THD_WORKING_AREA(waLEDThread, 128);