disable again some features
This commit is contained in:
parent
62cf348cb8
commit
d4bfb3f95c
6
config.h
6
config.h
|
@ -29,6 +29,9 @@
|
||||||
// normal startup sound
|
// normal startup sound
|
||||||
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
||||||
|
|
||||||
|
// no music mode used
|
||||||
|
#define NO_MUSIC_MODE
|
||||||
|
|
||||||
//
|
//
|
||||||
// underglow configuration
|
// underglow configuration
|
||||||
//
|
//
|
||||||
|
@ -61,9 +64,6 @@
|
||||||
// normal startup sound
|
// normal startup sound
|
||||||
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
#define STARTUP_SONG SONG(PLANCK_SOUND)
|
||||||
|
|
||||||
// no music mode used
|
|
||||||
#define NO_MUSIC_MODE
|
|
||||||
|
|
||||||
// we don't need locking
|
// we don't need locking
|
||||||
#undef LOCKING_SUPPORT_ENABLE
|
#undef LOCKING_SUPPORT_ENABLE
|
||||||
#undef LOCKING_RESYNC_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
|
# properly optimize
|
||||||
LTO_ENABLE = yes
|
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