~ruther/qmk_firmware

60f22831cb9fd65ab4157794df42828950f88300 — Ryan 3 years ago 38e3be4
clueboard/card: disable Command to reduce size (#16404)

M keyboards/clueboard/card/info.json => keyboards/clueboard/card/info.json +1 -1
@@ 10,7 10,7 @@
    "backlight": true,
    "bluetooth": false,
    "bootmagic": false,
    "command": true,
    "command": false,
    "console": true,
    "extrakey": true,
    "lto": true,

M keyboards/clueboard/card/keymaps/default/rules.mk => keyboards/clueboard/card/keymaps/default/rules.mk +3 -8
@@ 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

M keyboards/clueboard/card/keymaps/rgb_effects/rules.mk => keyboards/clueboard/card/keymaps/rgb_effects/rules.mk +3 -8
@@ 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