summaryrefslogtreecommitdiffstats
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) {
void rgb_matrix_task(void) {
static uint8_t toggle_enable_last = 255;
if (!rgb_matrix_config.enable) {
- rgb_matrix_all_off();
+ rgb_matrix_all_off();
+ rgb_matrix_indicators();
toggle_enable_last = rgb_matrix_config.enable;
return;
}