summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 47079f8..506068b 100644
--- a/config.h
+++ b/config.h
@@ -29,6 +29,9 @@
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
+// no music mode used
+#define NO_MUSIC_MODE
+
//
// underglow configuration
//
@@ -61,9 +64,6 @@
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
-// no music mode used
-#define NO_MUSIC_MODE
-
// we don't need locking
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE