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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h
new file mode 100644
index 0000000000..f14bea2f84
--- /dev/null
+++ b/users/yanfali/config.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#ifdef KEYBOARD_maartenwut_plain60
+
+#define B7_AUDIO
+#ifdef AUDIO_ENABLE
+ #define STARTUP_SONG SONG(GUITAR_SOUND)
+#endif
+
+#endif