disable again some features

This commit is contained in:
Christoph Cullmann 2022-10-17 20:22:03 +02:00
parent 62cf348cb8
commit d4bfb3f95c
2 changed files with 12 additions and 3 deletions

View file

@ -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

View file

@ -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