From d4bfb3f95c44e2962b818c6c8b0f3ebe73675b76 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 17 Oct 2022 20:22:03 +0200 Subject: disable again some features --- config.h | 6 +++--- rules.mk | 9 +++++++++ 2 files changed, 12 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 diff --git a/rules.mk b/rules.mk index 273f127..97fa048 100644 --- a/rules.mk +++ b/rules.mk @@ -13,3 +13,12 @@ include users/manna-harbour_miryoku/post_rules.mk # properly optimize LTO_ENABLE = yes + +# less debugging features +COMMAND_ENABLE = no +CONSOLE_ENABLE = no + +# more features we not use +SPACE_CADET_ENABLE = no +GRAVE_ESC_ENABLE = no +MUSIC_ENABLE = no -- cgit v1.2.3