diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-29 22:14:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-29 22:14:33 +0000 |
commit | 871d99e659faa8cb29b80b2a94d0d3fcf5ef2c08 (patch) | |
tree | 75a5fa3258ddef3076d4af060df2ac075efeea60 /quantum/rgb_matrix.c | |
parent | 25109f79f122a2f81663097a6d19e4d64993a1ba (diff) | |
parent | 12568fb5a9167d29a52f79c739f11830bde3e4be (diff) | |
download | qmk_firmware-871d99e659faa8cb29b80b2a94d0d3fcf5ef2c08.tar.gz qmk_firmware-871d99e659faa8cb29b80b2a94d0d3fcf5ef2c08.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r-- | quantum/rgb_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index fd04adc27..a945df68e 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c | |||
@@ -403,7 +403,7 @@ void rgb_matrix_task(void) { | |||
403 | break; | 403 | break; |
404 | case RENDERING: | 404 | case RENDERING: |
405 | rgb_task_render(effect); | 405 | rgb_task_render(effect); |
406 | if (!suspend_backlight) { | 406 | if (effect) { |
407 | rgb_matrix_indicators(); | 407 | rgb_matrix_indicators(); |
408 | rgb_matrix_indicators_advanced(&rgb_effect_params); | 408 | rgb_matrix_indicators_advanced(&rgb_effect_params); |
409 | } | 409 | } |