aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quantum/rgb_matrix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c
index 1f00e9d99..26ee57f5c 100644
--- a/quantum/rgb_matrix.c
+++ b/quantum/rgb_matrix.c
@@ -620,7 +620,8 @@ void rgb_matrix_custom(void) {
620void rgb_matrix_task(void) { 620void rgb_matrix_task(void) {
621 static uint8_t toggle_enable_last = 255; 621 static uint8_t toggle_enable_last = 255;
622 if (!rgb_matrix_config.enable) { 622 if (!rgb_matrix_config.enable) {
623 rgb_matrix_all_off(); 623 rgb_matrix_all_off();
624 rgb_matrix_indicators();
624 toggle_enable_last = rgb_matrix_config.enable; 625 toggle_enable_last = rgb_matrix_config.enable;
625 return; 626 return;
626 } 627 }