Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Feb 20, 2022
2 parents f787114 + 60f2283 commit 4d3ce3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion keyboards/clueboard/card/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"backlight": true,
"bluetooth": false,
"bootmagic": false,
"command": true,
"command": false,
"console": true,
"extrakey": true,
"lto": true,
Expand Down
11 changes: 3 additions & 8 deletions keyboards/clueboard/card/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -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
11 changes: 3 additions & 8 deletions keyboards/clueboard/card/keymaps/rgb_effects/rules.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4d3ce3c

Please sign in to comment.