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/xiudi/xd68 | |
parent | c8e998ccaddc6157ee5d406e277e973dd4796f37 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Diffstat (limited to 'keyboards/xiudi/xd68')
-rw-r--r-- | keyboards/xiudi/xd68/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/xiudi/xd68/config.h b/keyboards/xiudi/xd68/config.h index ef3cae310b..c88be46173 100644 --- a/keyboards/xiudi/xd68/config.h +++ b/keyboards/xiudi/xd68/config.h @@ -98,7 +98,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // ws2812 options #define RGB_DI_PIN F6 // pin the DI on the ws2812 is hooked-up to -#define RGBLIGHT_ANIMATIONS // run RGB 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 #define RGBLED_NUM 12 // number of LEDs #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation |