diff options
| author | Yan-Fa Li <yanfali@gmail.com> | 2019-09-26 10:12:49 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-09-26 10:12:49 -0700 |
| commit | 0f7be8b458f29737c01cb3fdc91be0f68d962565 (patch) | |
| tree | f227c9cbe66ecd83b727043dfa6a0b5edff130dd /users | |
| parent | 178ceba73508b8a1fe2a38e89d4e4710e284f23b (diff) | |
[Keymap] Use 75_ansi and community layout for xd84 (#6821)
* Use 75_ansi and community layout for xd84
- work around flash issues by disabling most of the animations
* Remove rules.mk
Diffstat (limited to 'users')
| -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 @@ | |||
| 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 | ||
