disable again some features
This commit is contained in:
parent
62cf348cb8
commit
d4bfb3f95c
2 changed files with 12 additions and 3 deletions
6
config.h
6
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
|
||||
|
|
9
rules.mk
9
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
|
||||
|
|
Loading…
Reference in a new issue