aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgblight.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r--quantum/rgblight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index 80f276139..7949bb688 100644
--- a/quantum/rgblight.c
+++ b/quantum/rgblight.c
@@ -919,7 +919,7 @@ void rgblight_effect_snake(animation_status_t *anim) {
919 ledp->g = 0; 919 ledp->g = 0;
920 ledp->b = 0; 920 ledp->b = 0;
921# ifdef RGBW 921# ifdef RGBW
922 ledp->w = 0; 922 ledp->w = 0;
923# endif 923# endif
924 for (j = 0; j < RGBLIGHT_EFFECT_SNAKE_LENGTH; j++) { 924 for (j = 0; j < RGBLIGHT_EFFECT_SNAKE_LENGTH; j++) {
925 k = pos + j * increment; 925 k = pos + j * increment;