diff options
author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 09:55:53 -0700 |
commit | f0da486fabdbe05023e03d89c000229410800713 (patch) | |
tree | 3a9ad6dac9fff4bd6f7c777f11023d8d20eaa1ab /keyboards/westfoxtrot/cypher | |
parent | c8e998ccaddc6157ee5d406e277e973dd4796f37 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Diffstat (limited to 'keyboards/westfoxtrot/cypher')
-rw-r--r-- | keyboards/westfoxtrot/cypher/rev1/keymaps/kwer/readme.md | 1 | ||||
-rw-r--r-- | keyboards/westfoxtrot/cypher/rev5/config.h | 11 |
2 files changed, 10 insertions, 2 deletions
diff --git a/keyboards/westfoxtrot/cypher/rev1/keymaps/kwer/readme.md b/keyboards/westfoxtrot/cypher/rev1/keymaps/kwer/readme.md index c1a132e713..065b8f5233 100644 --- a/keyboards/westfoxtrot/cypher/rev1/keymaps/kwer/readme.md +++ b/keyboards/westfoxtrot/cypher/rev1/keymaps/kwer/readme.md @@ -33,7 +33,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow [...] #define RGB_DI_PIN F7 #define RGBLED_NUM 15 // Change this number to the amount of LEDs on the strip you soldered -#define RGBLIGHT_ANIMATIONS [...] ``` To control the RGB color, animation, etc. you need to add the appropriate keycodes to your keymap. Either see [my keymap](./keymap.c) or the [official QMK documentation](https://docs.qmk.fm/#/feature_rgblight?id=keycodes) for references. diff --git a/keyboards/westfoxtrot/cypher/rev5/config.h b/keyboards/westfoxtrot/cypher/rev5/config.h index 5041802a23..d042fa7740 100644 --- a/keyboards/westfoxtrot/cypher/rev5/config.h +++ b/keyboards/westfoxtrot/cypher/rev5/config.h @@ -68,5 +68,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_VAL_STEP 12 #define RGBLIGHT_LIMIT_VAL 255 #define RGBLIGHT_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 |