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/tgr | |
parent | bdfdc506da7702960bf3f6167a3a95f1230b0397 (diff) |
Disable console on vusb boards using mouse/extra (#8625)
Diffstat (limited to 'keyboards/tgr')
-rw-r--r-- | keyboards/tgr/alice/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/tgr/jane/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tgr/alice/rules.mk b/keyboards/tgr/alice/rules.mk index a8fea7efa7..fd340f04eb 100644 --- a/keyboards/tgr/alice/rules.mk +++ b/keyboards/tgr/alice/rules.mk @@ -15,7 +15,7 @@ BOOTLOADER = bootloadHID BOOTMAGIC_ENABLE = full MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = yes +CONSOLE_ENABLE = no COMMAND_ENABLE = yes BACKLIGHT_ENABLE = yes RGBLIGHT_ENABLE = yes diff --git a/keyboards/tgr/jane/rules.mk b/keyboards/tgr/jane/rules.mk index c6a26d4a40..8eeab33951 100644 --- a/keyboards/tgr/jane/rules.mk +++ b/keyboards/tgr/jane/rules.mk @@ -15,7 +15,7 @@ BOOTLOADER = bootloadHID BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = yes +CONSOLE_ENABLE = no COMMAND_ENABLE = yes BACKLIGHT_ENABLE = yes RGBLIGHT_ENABLE = no |