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
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue