From 0f30a4d2ca7a7fa1eea54aa10104b5114d0b3f96 Mon Sep 17 00:00:00 2001 From: Daniel Shields <1530706+shieldsd@users.noreply.github.com> Date: Fri, 25 Oct 2019 19:16:46 +0100 Subject: Save a few bytes with build options and rgb effect removal. (#7149) --- users/dshields/rules.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/dshields/rules.mk') diff --git a/users/dshields/rules.mk b/users/dshields/rules.mk index 06f6e5e9fa..8a7c82cd44 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 -- cgit v1.2.3