diff options
Diffstat (limited to 'users/yanfali/config.h')
-rw-r--r-- | users/yanfali/config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h index f14bea2f84..2c427f0331 100644 --- a/users/yanfali/config.h +++ b/users/yanfali/config.h @@ -8,3 +8,14 @@ #endif #endif + +#ifdef KEYBOARD_xd84 + +#undef RGBLED_NUM +#define RGBLED_NUM 20 + +#undef RGBLIGHT_ANIMATIONS +#define RGBLIGHT_EFFECT_RAINBOW_MOOD +#define RGBLIGHT_EFFECT_RAINBOW_SWIRL + +#endif |