summaryrefslogtreecommitdiff
path: root/keyboards/pearlboards/pandora/config.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-23 21:43:43 +0000
committerQMK Bot <hello@qmk.fm>2021-12-23 21:43:43 +0000
commit4582b1b41a4f6bcb36622dbe7fd5c542e7cdb2b7 (patch)
tree94bd224fce1a22902aa5d19604df2eae9966c0c2 /keyboards/pearlboards/pandora/config.h
parentd737b4704ce3ef7b3c529b494135403eb178f5e9 (diff)
parente804e28e8e54d6821737fc32f31b7f2735a5994d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pearlboards/pandora/config.h')
-rw-r--r--keyboards/pearlboards/pandora/config.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/keyboards/pearlboards/pandora/config.h b/keyboards/pearlboards/pandora/config.h
index 2df4bcffc8..5a9a997be5 100644
--- a/keyboards/pearlboards/pandora/config.h
+++ b/keyboards/pearlboards/pandora/config.h
@@ -58,12 +58,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* If RGBLIGHT_SLEEP defined, the RGB lighting will be switched off when the host goes to sleep */
#define RGB_DI_PIN B1
#ifdef RGB_DI_PIN
-# define RGBLIGHT_ANIMATIONS
-# define RGBLED_NUM 12
-# define RGBLIGHT_HUE_STEP 8
-# define RGBLIGHT_SAT_STEP 8
-# define RGBLIGHT_VAL_STEP 8
-# define RGBLIGHT_SLEEP
+#define RGBLIGHT_EFFECT_ALTERNATING
+#define RGBLIGHT_EFFECT_BREATHING
+#define RGBLIGHT_EFFECT_CHRISTMAS
+#define RGBLIGHT_EFFECT_KNIGHT
+#define RGBLIGHT_EFFECT_RAINBOW_MOOD
+#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+#define RGBLIGHT_EFFECT_SNAKE
+#define RGBLIGHT_EFFECT_STATIC_GRADIENT
+#define RGBLIGHT_EFFECT_TWINKLE
+#define RGBLED_NUM 12
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
+#define RGBLIGHT_SLEEP
#endif
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */