diff options
author | Joel Challis <git@zvecr.com> | 2022-08-03 21:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:06:54 +0100 |
commit | 92bcbee22615114286916bbbc4df4256c2818f0d (patch) | |
tree | aeb1e6eb45166d73d9c0b758786ca0e28355c102 /keyboards/handwired/splittest/rules.mk | |
parent | df8a538489414b1f0c0cdcb786a76cca763ae37a (diff) |
Fix up splittest/bluepill (#17897)
Diffstat (limited to 'keyboards/handwired/splittest/rules.mk')
-rw-r--r-- | keyboards/handwired/splittest/rules.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/handwired/splittest/rules.mk b/keyboards/handwired/splittest/rules.mk index 18300431b2..cc924d61d8 100644 --- a/keyboards/handwired/splittest/rules.mk +++ b/keyboards/handwired/splittest/rules.mk @@ -3,13 +3,12 @@ # BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +EXTRAKEY_ENABLE = no # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow SPLIT_KEYBOARD = yes |