diff options
Diffstat (limited to 'quantum/rgb_matrix_animations/alpha_mods_anim.h')
| -rw-r--r-- | quantum/rgb_matrix_animations/alpha_mods_anim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/rgb_matrix_animations/alpha_mods_anim.h b/quantum/rgb_matrix_animations/alpha_mods_anim.h index 0778ab209..426d88ef3 100644 --- a/quantum/rgb_matrix_animations/alpha_mods_anim.h +++ b/quantum/rgb_matrix_animations/alpha_mods_anim.h | |||
| @@ -7,9 +7,9 @@ bool ALPHAS_MODS(effect_params_t* params) { | |||
| 7 | RGB_MATRIX_USE_LIMITS(led_min, led_max); | 7 | RGB_MATRIX_USE_LIMITS(led_min, led_max); |
| 8 | 8 | ||
| 9 | HSV hsv = rgb_matrix_config.hsv; | 9 | HSV hsv = rgb_matrix_config.hsv; |
| 10 | RGB rgb1 = hsv_to_rgb(hsv); | 10 | RGB rgb1 = rgb_matrix_hsv_to_rgb(hsv); |
| 11 | hsv.h += rgb_matrix_config.speed; | 11 | hsv.h += rgb_matrix_config.speed; |
| 12 | RGB rgb2 = hsv_to_rgb(hsv); | 12 | RGB rgb2 = rgb_matrix_hsv_to_rgb(hsv); |
| 13 | 13 | ||
| 14 | for (uint8_t i = led_min; i < led_max; i++) { | 14 | for (uint8_t i = led_min; i < led_max; i++) { |
| 15 | RGB_MATRIX_TEST_LED_FLAGS(); | 15 | RGB_MATRIX_TEST_LED_FLAGS(); |
