Allow override of led_update_* at user level
This commit is contained in:
parent
b2f55d3142
commit
c37a022656
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ bool LED_INDICATORS_KB(void) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool led_update_user(led_t led_state) {
|
bool led_update_kb(led_t led_state) {
|
||||||
if (!LED_DRIVER_IS_ENABLED()) {
|
if (!LED_DRIVER_IS_ENABLED()) {
|
||||||
# if defined(LED_MATRIX_DRIVER_SHUTDOWN_ENABLE) || defined(RGB_MATRIX_DRIVER_SHUTDOWN_ENABLE)
|
# if defined(LED_MATRIX_DRIVER_SHUTDOWN_ENABLE) || defined(RGB_MATRIX_DRIVER_SHUTDOWN_ENABLE)
|
||||||
LED_DRIVER.exit_shutdown();
|
LED_DRIVER.exit_shutdown();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue