[Bug] Fix RGB Matrix Indicators (#11308)
This commit is contained in:
committed by
Drashna Jael're
parent
b91c12246d
commit
88b9486728
@@ -404,7 +404,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user