diff options
| -rw-r--r-- | quantum/led_matrix/led_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix/led_matrix.c b/quantum/led_matrix/led_matrix.c index 913384913..50510e49a 100644 --- a/quantum/led_matrix/led_matrix.c +++ b/quantum/led_matrix/led_matrix.c | |||
| @@ -460,7 +460,7 @@ void led_matrix_init(void) { | |||
| 460 | void led_matrix_set_suspend_state(bool state) { | 460 | void led_matrix_set_suspend_state(bool state) { |
| 461 | #ifdef LED_DISABLE_WHEN_USB_SUSPENDED | 461 | #ifdef LED_DISABLE_WHEN_USB_SUSPENDED |
| 462 | if (state && !suspend_state && is_keyboard_master()) { // only run if turning off, and only once | 462 | if (state && !suspend_state && is_keyboard_master()) { // only run if turning off, and only once |
| 463 | led_task_effect(0); // turn off all LEDs when suspending | 463 | led_task_render(0); // turn off all LEDs when suspending |
| 464 | led_task_flush(0); // and actually flash led state to LEDs | 464 | led_task_flush(0); // and actually flash led state to LEDs |
| 465 | } | 465 | } |
| 466 | suspend_state = state; | 466 | suspend_state = state; |
