~ruther/qmk_firmware

12568fb5a9167d29a52f79c739f11830bde3e4be — Drashna Jaelre 4 years ago 824e1cd
[Bug] Fix RGB Matrix Indicators (#11308)

1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/rgb_matrix.c
M quantum/rgb_matrix.c => quantum/rgb_matrix.c +1 -1
@@ 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);
            }