summaryrefslogtreecommitdiff
path: root/keyboards/moonlander/post_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/moonlander/post_config.h')
-rw-r--r--keyboards/moonlander/post_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/moonlander/post_config.h b/keyboards/moonlander/post_config.h
new file mode 100644
index 0000000000..d594c93413
--- /dev/null
+++ b/keyboards/moonlander/post_config.h
@@ -0,0 +1,9 @@
+#ifdef AUDIO_ENABLE
+#ifndef STARTUP_SONG
+# define STARTUP_SONG SONG(E__NOTE(_DS5), E__NOTE(_D5), E__NOTE(_AS4), Q__NOTE(_F5))
+#endif
+
+#ifndef GOODBYE_SONG
+# define GOODBYE_SONG SONG(E__NOTE(_D5), E__NOTE(_F5), E__NOTE(_C5), Q__NOTE(_AS4))
+#endif
+#endif