Add customizable snake and knight animation increments (#16337)
This commit is contained in:
parent
4d67fe66a3
commit
5b6faa173b
2 changed files with 12 additions and 4 deletions
|
@ -126,10 +126,18 @@ enum RGBLIGHT_EFFECT_MODE {
|
|||
# define RGBLIGHT_EFFECT_SNAKE_LENGTH 4
|
||||
#endif
|
||||
|
||||
#ifndef RGBLIGHT_EFFECT_SNAKE_INCREMENT
|
||||
# define RGBLIGHT_EFFECT_SNAKE_INCREMENT 1
|
||||
#endif
|
||||
|
||||
#ifndef RGBLIGHT_EFFECT_KNIGHT_LENGTH
|
||||
# define RGBLIGHT_EFFECT_KNIGHT_LENGTH 3
|
||||
#endif
|
||||
|
||||
#ifndef RGBLIGHT_EFFECT_KNIGHT_INCREMENT
|
||||
# define RGBLIGHT_EFFECT_KNIGHT_INCREMENT 1
|
||||
#endif
|
||||
|
||||
#ifndef RGBLIGHT_EFFECT_KNIGHT_OFFSET
|
||||
# define RGBLIGHT_EFFECT_KNIGHT_OFFSET 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue