diff options
-rw-r--r-- | keyboards/clueboard/card/info.json | 2 | ||||
-rw-r--r-- | keyboards/clueboard/card/keymaps/default/rules.mk | 11 | ||||
-rw-r--r-- | keyboards/clueboard/card/keymaps/rgb_effects/rules.mk | 11 |
3 files changed, 7 insertions, 17 deletions
diff --git a/keyboards/clueboard/card/info.json b/keyboards/clueboard/card/info.json index 24088b2c4..1a01f17d6 100644 --- a/keyboards/clueboard/card/info.json +++ b/keyboards/clueboard/card/info.json | |||
@@ -10,7 +10,7 @@ | |||
10 | "backlight": true, | 10 | "backlight": true, |
11 | "bluetooth": false, | 11 | "bluetooth": false, |
12 | "bootmagic": false, | 12 | "bootmagic": false, |
13 | "command": true, | 13 | "command": false, |
14 | "console": true, | 14 | "console": true, |
15 | "extrakey": true, | 15 | "extrakey": true, |
16 | "lto": true, | 16 | "lto": true, |
diff --git a/keyboards/clueboard/card/keymaps/default/rules.mk b/keyboards/clueboard/card/keymaps/default/rules.mk index 61915b691..55e9563d3 100644 --- a/keyboards/clueboard/card/keymaps/default/rules.mk +++ b/keyboards/clueboard/card/keymaps/default/rules.mk | |||
@@ -1,9 +1,4 @@ | |||
1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | MOUSEKEY_ENABLE = no |
2 | MOUSEKEY_ENABLE = no # Mouse keys | 2 | EXTRAKEY_ENABLE = no |
3 | EXTRAKEY_ENABLE = no # Audio control and System control | ||
4 | CONSOLE_ENABLE = yes # Console for debug | ||
5 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
6 | NKRO_ENABLE = yes | 3 | NKRO_ENABLE = yes |
7 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 4 | AUDIO_ENABLE = no |
8 | AUDIO_ENABLE = no # Audio output | ||
9 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||
diff --git a/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk b/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk index 1914acdbd..55e9563d3 100644 --- a/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk +++ b/keyboards/clueboard/card/keymaps/rgb_effects/rules.mk | |||
@@ -1,9 +1,4 @@ | |||
1 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 1 | MOUSEKEY_ENABLE = no |
2 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 2 | EXTRAKEY_ENABLE = no |
3 | EXTRAKEY_ENABLE = no # Audio control and System control(+450) | ||
4 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
5 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
6 | NKRO_ENABLE = yes | 3 | NKRO_ENABLE = yes |
7 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 4 | AUDIO_ENABLE = no |
8 | AUDIO_ENABLE = no # Audio output | ||
9 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | ||