summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-08 18:46:26 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-08 18:46:26 +0200
commit93efb01504231dcde7254e43c3223ac9e09947fb (patch)
tree1eec2e2a538f3d1a253ae4117996b9546b1986f1
parent95f184ea3e90c2affd0cca7e421d4dbc88aea3ac (diff)
more shrinking
-rw-r--r--common/config.h1
-rw-r--r--common/rules.mk1
-rw-r--r--planck/config.h3
3 files changed, 2 insertions, 3 deletions
diff --git a/common/config.h b/common/config.h
index a7a393a..a3bf4e5 100644
--- a/common/config.h
+++ b/common/config.h
@@ -29,6 +29,7 @@
// deactivate more features
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
+#define NO_MUSIC_MODE
// enable NKRO by default
#define FORCE_NKRO
diff --git a/common/rules.mk b/common/rules.mk
index ce2ea4b..d9eb614 100644
--- a/common/rules.mk
+++ b/common/rules.mk
@@ -7,6 +7,7 @@ CONSOLE_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
MOUSEKEY_ENABLE = no
+MUSIC_ENABLE = no
SPACE_CADET_ENABLE = no
# responsive debouncing
diff --git a/planck/config.h b/planck/config.h
index f4f79ac..7ad9bdc 100644
--- a/planck/config.h
+++ b/planck/config.h
@@ -29,9 +29,6 @@
// normal startup sound
#define STARTUP_SONG SONG(PLANCK_SOUND)
-// no music mode used
-#define NO_MUSIC_MODE
-
//
// underglow configuration
//