diff options
Diffstat (limited to 'users/dshields/rules.mk')
-rw-r--r-- | users/dshields/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk index 06f6e5e9f..8a7c82cd4 100644 --- a/users/dshields/rules.mk +++ b/users/dshields/rules.mk @@ -6,6 +6,10 @@ CONSOLE_ENABLE = no # Console for debug(+400) EXTRAKEY_ENABLE = no SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend API_SYSEX_ENABLE = no +SPACE_CADET_ENABLE = no +LEADER_ENABLE = no + +LINK_TIME_OPTIMIZATION_ENABLE = yes ifeq ($(strip $(KEYBOARD)), planck/rev3) AUDIO_ENABLE = no |