diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-11-15 10:41:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 10:41:04 -0800 |
| commit | 160b0558f55f1357e1a48175c949e98d32630e6b (patch) | |
| tree | 459e163bfda5c90a615dada0d282891795cb7d42 /quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h | |
| parent | c9fd69871165eb889be5421df518d8e35b2be027 (diff) | |
| download | qmk_firmware-160b0558f55f1357e1a48175c949e98d32630e6b.tar.gz qmk_firmware-160b0558f55f1357e1a48175c949e98d32630e6b.zip | |
Require explicit enabling of RGB Matrix modes (#15018)
Diffstat (limited to 'quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h')
| -rw-r--r-- | quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h b/quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h index 50db92201..2f3de64e9 100644 --- a/quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h +++ b/quantum/rgb_matrix/animations/rainbow_moving_chevron_anim.h | |||
| @@ -10,4 +10,4 @@ static HSV RAINBOW_MOVING_CHEVRON_math(HSV hsv, uint8_t i, uint8_t time) { | |||
| 10 | bool RAINBOW_MOVING_CHEVRON(effect_params_t* params) { return effect_runner_i(params, &RAINBOW_MOVING_CHEVRON_math); } | 10 | bool RAINBOW_MOVING_CHEVRON(effect_params_t* params) { return effect_runner_i(params, &RAINBOW_MOVING_CHEVRON_math); } |
| 11 | 11 | ||
| 12 | # endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS | 12 | # endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS |
| 13 | #endif // DISABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON | 13 | #endif // ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON |
