aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/maxr1998/phoebe/config.h
diff options
context:
space:
mode:
authorMax Rumpf <max.rumpf1998@gmail.com>2020-01-22 23:46:00 +0100
committerDrashna Jaelre <drashna@live.com>2020-01-22 14:46:00 -0800
commitc3835262d84687f655a77c6479900a7b432e404d (patch)
tree6b9bb3e1691ee089da34b55da55f7ffced8135d1 /keyboards/maxr1998/phoebe/config.h
parent1a40af74dacf6719c00baf252ffe1318358ab829 (diff)
downloadfirmware-c3835262d84687f655a77c6479900a7b432e404d.tar.gz
firmware-c3835262d84687f655a77c6479900a7b432e404d.tar.bz2
firmware-c3835262d84687f655a77c6479900a7b432e404d.zip
[Keymap] Phoebe keymap improvements (#7963)
* [Phoebe] Allow to input pipe characters with only one modifier * [Phoebe] Update RGB animations
Diffstat (limited to 'keyboards/maxr1998/phoebe/config.h')
-rw-r--r--keyboards/maxr1998/phoebe/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/maxr1998/phoebe/config.h b/keyboards/maxr1998/phoebe/config.h
index 2e912b096..2be26c6fd 100644
--- a/keyboards/maxr1998/phoebe/config.h
+++ b/keyboards/maxr1998/phoebe/config.h
@@ -49,9 +49,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* RGB LED Setup */
#define RGB_DI_PIN F0 // pin the DI on the WS2812B is hooked-up to
-#define RGBLIGHT_ANIMATIONS // run RGB animations
#define RGBLED_NUM 8 // number of LEDs
+/* Selectively enable animation effects */
+#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
+#define RGBLIGHT_EFFECT_SNAKE
+#define RGBLIGHT_EFFECT_CHRISTMAS
+#define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
+
/*
* Feature disable options
* These options are also useful to firmware size reduction.