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 f14bea2f8..2c427f033 100644 --- a/users/yanfali/config.h +++ b/users/yanfali/config.h | |||
@@ -8,3 +8,14 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | #endif | 10 | #endif |
11 | |||
12 | #ifdef KEYBOARD_xd84 | ||
13 | |||
14 | #undef RGBLED_NUM | ||
15 | #define RGBLED_NUM 20 | ||
16 | |||
17 | #undef RGBLIGHT_ANIMATIONS | ||
18 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
19 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
20 | |||
21 | #endif | ||