diff options
author | Joel Challis <git@zvecr.com> | 2020-03-31 17:51:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 17:51:52 +0100 |
commit | 854d46f833e57fa3b2b3b29c0230cba8f3e95a6e (patch) | |
tree | 92025caa9d1c2de36368b0d435414eec31623a1a /keyboards/kira80/rules.mk | |
parent | bdfdc506da7702960bf3f6167a3a95f1230b0397 (diff) | |
download | qmk_firmware-854d46f833e57fa3b2b3b29c0230cba8f3e95a6e.tar.gz qmk_firmware-854d46f833e57fa3b2b3b29c0230cba8f3e95a6e.zip |
Disable console on vusb boards using mouse/extra (#8625)
Diffstat (limited to 'keyboards/kira80/rules.mk')
-rw-r--r-- | keyboards/kira80/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kira80/rules.mk b/keyboards/kira80/rules.mk index 6e63be4ad1..02f34c5e8c 100644 --- a/keyboards/kira80/rules.mk +++ b/keyboards/kira80/rules.mk @@ -17,7 +17,7 @@ BOOTLOADER = bootloadHID BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug +CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover |