aboutsummaryrefslogtreecommitdiff
path: root/keyboards/bandominedoni/rgb_matrix_user.inc
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bandominedoni/rgb_matrix_user.inc')
-rw-r--r--keyboards/bandominedoni/rgb_matrix_user.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/bandominedoni/rgb_matrix_user.inc b/keyboards/bandominedoni/rgb_matrix_user.inc
index 72f5b4f66..77ad22c1c 100644
--- a/keyboards/bandominedoni/rgb_matrix_user.inc
+++ b/keyboards/bandominedoni/rgb_matrix_user.inc
@@ -9,8 +9,8 @@ bool my_party_rocks(effect_params_t* params) {
9 RGB rgb = rgb_matrix_hsv_to_rgb(hsv); 9 RGB rgb = rgb_matrix_hsv_to_rgb(hsv);
10 // rgb_matrix_set_color(i, rgb.r, rgb.g, rgb.b); 10 // rgb_matrix_set_color(i, rgb.r, rgb.g, rgb.b);
11 rgb_matrix_set_color_all(rgb.r, rgb.g, rgb.b); 11 rgb_matrix_set_color_all(rgb.r, rgb.g, rgb.b);
12 return led_max < DRIVER_LED_TOTAL; 12 return rgb_matrix_check_finished_leds(led_max);
13} 13}
14 14
15# endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS 15# endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS
16#endif // RGB_MATRIX_KEYREACTIVE_ENABLED 16#endif // RGB_MATRIX_KEYREACTIVE_ENABLED