Skip to content

Commit

Permalink
Update NK1 RGB animation defines (qmk#17486)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiancar committed Jul 2, 2022
1 parent 3ed4a70 commit 6a0814b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion keyboards/novelkeys/nk1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,18 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGBLIGHT_ANIMATIONS
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
#define RGBLIGHT_EFFECT_SNAKE
#define RGBLIGHT_EFFECT_KNIGHT
#define RGBLIGHT_EFFECT_CHRISTMAS
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
#define RGBLIGHT_EFFECT_RGB_TEST
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#endif

/* There is only 1 Button so limiting VIA to 1 layer */
Expand Down

0 comments on commit 6a0814b

Please sign in to comment.