summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorYan-Fa Li <yanfali@gmail.com>2019-09-26 10:12:49 -0700
committerDrashna Jaelre <drashna@live.com>2019-09-26 10:12:49 -0700
commit0f7be8b458f29737c01cb3fdc91be0f68d962565 (patch)
treef227c9cbe66ecd83b727043dfa6a0b5edff130dd /users
parent178ceba73508b8a1fe2a38e89d4e4710e284f23b (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.h11
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