From 93efb01504231dcde7254e43c3223ac9e09947fb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 8 Oct 2023 18:46:26 +0200 Subject: more shrinking --- common/config.h | 1 + common/rules.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'common') 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 -- cgit v1.2.3