cleanup
This commit is contained in:
@ -23,11 +23,10 @@ typedef enum {
|
||||
ANIM_RAINBOW_GLITTER = 6, // Rainbow with glitter
|
||||
ANIM_CONFETTI = 7, // Random colored speckles
|
||||
ANIM_SINELON = 8, // Colored dot sweeping (RGB cycling)
|
||||
ANIM_BPM = 9, // Colored stripes @ 33 BPM
|
||||
ANIM_NAVIGATION = 10, // Navigation lights (red left, green right)
|
||||
ANIM_CHASE = 11, // Red dot sweeping
|
||||
ANIM_CHASE_RGB = 12, // RGB cycling dot sweeping
|
||||
ANIM_RANDOM = 13, // Random mode
|
||||
ANIM_NAVIGATION = 9, // Navigation lights (red left, green right)
|
||||
ANIM_CHASE = 10, // Red dot sweeping
|
||||
ANIM_CHASE_RGB = 11, // RGB cycling dot sweeping
|
||||
ANIM_RANDOM = 12, // Random mode
|
||||
ANIM_MODE_COUNT
|
||||
} animation_mode_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user