summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h')
-rw-r--r--quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h b/quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h
index d6eb9731ee..f6ffc825a1 100644
--- a/quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h
+++ b/quantum/led_matrix/animations/runners/effect_runner_reactive_splash.h
@@ -20,7 +20,7 @@ bool effect_runner_reactive_splash(uint8_t start, effect_params_t* params, react
}
led_matrix_set_value(i, scale8(val, led_matrix_eeconfig.val));
}
- return led_max < DRIVER_LED_TOTAL;
+ return led_matrix_check_finished_leds(led_max);
}
#endif // LED_MATRIX_KEYREACTIVE_ENABLED