From 854d46f833e57fa3b2b3b29c0230cba8f3e95a6e Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Tue, 31 Mar 2020 17:51:52 +0100 Subject: Disable console on vusb boards using mouse/extra (#8625) --- keyboards/pearl/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/pearl/rules.mk') diff --git a/keyboards/pearl/rules.mk b/keyboards/pearl/rules.mk index 79b783e42..a9746c0d3 100644 --- a/keyboards/pearl/rules.mk +++ b/keyboards/pearl/rules.mk @@ -15,7 +15,7 @@ BOOTLOADER = bootloadHID BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = yes +CONSOLE_ENABLE = no COMMAND_ENABLE = yes BACKLIGHT_ENABLE = yes RGBLIGHT_ENABLE = yes -- cgit v1.2.3