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/mechmini | |
| 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/mechmini')
| -rw-r--r-- | keyboards/mechmini/v1/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechmini/v1/rules.mk b/keyboards/mechmini/v1/rules.mk index 6f2adc2f8..d0275c946 100644 --- a/keyboards/mechmini/v1/rules.mk +++ b/keyboards/mechmini/v1/rules.mk | |||
| @@ -15,7 +15,7 @@ BOOTLOADER = atmel-dfu | |||
| 15 | BOOTMAGIC_ENABLE = yes | 15 | BOOTMAGIC_ENABLE = yes |
| 16 | MOUSEKEY_ENABLE = yes | 16 | MOUSEKEY_ENABLE = yes |
| 17 | EXTRAKEY_ENABLE = yes | 17 | EXTRAKEY_ENABLE = yes |
| 18 | CONSOLE_ENABLE = yes | 18 | CONSOLE_ENABLE = no |
| 19 | COMMAND_ENABLE = yes | 19 | COMMAND_ENABLE = yes |
| 20 | BACKLIGHT_ENABLE = yes | 20 | BACKLIGHT_ENABLE = yes |
| 21 | RGBLIGHT_ENABLE = yes | 21 | RGBLIGHT_ENABLE = yes |
