From 60f22831cb9fd65ab4157794df42828950f88300 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 21 Feb 2022 00:57:03 +1100 Subject: clueboard/card: disable Command to reduce size (#16404) --- keyboards/clueboard/card/keymaps/rgb_effects/rules.mk | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'keyboards/clueboard/card/keymaps/rgb_effects') diff --git a/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk b/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk index 1914acdbd4..55e9563d3e 100644 --- a/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk +++ b/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk @@ -1,9 +1,4 @@ -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys(+4700) -EXTRAKEY_ENABLE = no # Audio control and System control(+450) -CONSOLE_ENABLE = yes # Console for debug(+400) -COMMAND_ENABLE = yes # Commands for debug and configuration +MOUSEKEY_ENABLE = no +EXTRAKEY_ENABLE = no NKRO_ENABLE = yes -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +AUDIO_ENABLE = no -- cgit v1.2.3