diff options
author | Ryan <fauxpark@gmail.com> | 2022-02-21 00:57:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-20 13:57:03 +0000 |
commit | 60f22831cb9fd65ab4157794df42828950f88300 (patch) | |
tree | 6800780d79031156073b9f27b28ee63d39abfd49 /keyboards/clueboard/card/keymaps | |
parent | 38e3be4c749f9d35a6d37e501d0fbaa737197240 (diff) |
clueboard/card: disable Command to reduce size (#16404)
Diffstat (limited to 'keyboards/clueboard/card/keymaps')
-rw-r--r-- | keyboards/clueboard/card/keymaps/default/rules.mk | 11 | ||||
-rw-r--r-- | keyboards/clueboard/card/keymaps/rgb_effects/rules.mk | 11 |
2 files changed, 6 insertions, 16 deletions
diff --git a/keyboards/clueboard/card/keymaps/default/rules.mk b/keyboards/clueboard/card/keymaps/default/rules.mk index 61915b691f..55e9563d3e 100644 --- a/keyboards/clueboard/card/keymaps/default/rules.mk +++ b/keyboards/clueboard/card/keymaps/default/rules.mk @@ -1,9 +1,4 @@ -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = no # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -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 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 |