more shrinking
This commit is contained in:
parent
95f184ea3e
commit
93efb01504
|
@ -29,6 +29,7 @@
|
||||||
// deactivate more features
|
// deactivate more features
|
||||||
#define NO_ACTION_MACRO
|
#define NO_ACTION_MACRO
|
||||||
#define NO_ACTION_FUNCTION
|
#define NO_ACTION_FUNCTION
|
||||||
|
#define NO_MUSIC_MODE
|
||||||
|
|
||||||
// enable NKRO by default
|
// enable NKRO by default
|
||||||
#define FORCE_NKRO
|
#define FORCE_NKRO
|
||||||
|
|
|
@ -7,6 +7,7 @@ CONSOLE_ENABLE = no
|
||||||
GRAVE_ESC_ENABLE = no
|
GRAVE_ESC_ENABLE = no
|
||||||
MAGIC_ENABLE = no
|
MAGIC_ENABLE = no
|
||||||
MOUSEKEY_ENABLE = no
|
MOUSEKEY_ENABLE = no
|
||||||
|
MUSIC_ENABLE = no
|
||||||
SPACE_CADET_ENABLE = no
|
SPACE_CADET_ENABLE = no
|
||||||
|
|
||||||
# responsive debouncing
|
# responsive debouncing
|
||||||
|
|
|
@ -29,9 +29,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
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// underglow configuration
|
// underglow configuration
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue