Skip to content

Commit

Permalink
LED Matrix: Task system (qmk#12580)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and mechlovin committed Jul 30, 2021
1 parent b08c7f6 commit 5e14e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/led_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ static bool led_matrix_none(effect_params_t *params) {
if (!params->init) {
return false;
}
return led_max < DRIVER_LED_TOTAL;
}

led_matrix_set_value_all(0);
return false;
Expand Down

0 comments on commit 5e14e35

Please sign in to comment.