summaryrefslogtreecommitdiff
path: root/users/yanfali/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/yanfali/config.h')
-rw-r--r--users/yanfali/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h
new file mode 100644
index 0000000000..2c427f0331
--- /dev/null
+++ b/users/yanfali/config.h
@@ -0,0 +1,21 @@
+#pragma once
+
+#ifdef KEYBOARD_maartenwut_plain60
+
+#define B7_AUDIO
+#ifdef AUDIO_ENABLE
+ #define STARTUP_SONG SONG(GUITAR_SOUND)
+#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