diff options
author | Mathias Andersson <wraul@dbox.se> | 2017-06-11 14:21:57 +0200 |
---|---|---|
committer | Mathias Andersson <wraul@dbox.se> | 2017-06-17 20:06:28 +0200 |
commit | a621c7f88b5db83d7e59452087f66bcc01f9dfc3 (patch) | |
tree | d5f08e6955aaa35d39cdda08498a1fc32fc1de18 /keyboards/kmac/rules.mk | |
parent | 98316ef0170c6e0f994a45e1f62959ae0f278177 (diff) | |
download | qmk_firmware-a621c7f88b5db83d7e59452087f66bcc01f9dfc3.tar.gz |
Don't include the console by default on the KMAC
Diffstat (limited to 'keyboards/kmac/rules.mk')
-rw-r--r-- | keyboards/kmac/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kmac/rules.mk b/keyboards/kmac/rules.mk index 54c9aa256..240e189f9 100644 --- a/keyboards/kmac/rules.mk +++ b/keyboards/kmac/rules.mk @@ -57,7 +57,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) -CONSOLE_ENABLE ?= yes # Console for debug(+400) +CONSOLE_ENABLE ?= no # Console for debug(+400) COMMAND_ENABLE ?= yes # Commands for debug and configuration CUSTOM_MATRIX ?= yes # Custom matrix file # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |