diff options
| author | 2019-09-26 10:12:49 -0700 | |
|---|---|---|
| committer | 2019-09-26 10:12:49 -0700 | |
| commit | 0f7be8b458f29737c01cb3fdc91be0f68d962565 (patch) | |
| tree | f227c9cbe66ecd83b727043dfa6a0b5edff130dd /users | |
| parent | 178ceba73508b8a1fe2a38e89d4e4710e284f23b (diff) | |
| download | qmk_firmware-0f7be8b458f29737c01cb3fdc91be0f68d962565.tar.gz | |
[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 f14bea2f8..2c427f033 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 |