[Bug] Fix RGB Matrix Indicators (#11308)

master
Drashna Jaelre 2020-12-29 14:14:03 -08:00 committed by GitHub
parent 824e1cd95d
commit 12568fb5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ void rgb_matrix_task(void) {
break;
case RENDERING:
rgb_task_render(effect);
if (!suspend_backlight) {
if (effect) {
rgb_matrix_indicators();
rgb_matrix_indicators_advanced(&rgb_effect_params);
}