]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Don't include the console by default on the KMAC
authorMathias Andersson <wraul@dbox.se>
Sun, 11 Jun 2017 12:21:57 +0000 (14:21 +0200)
committerMathias Andersson <wraul@dbox.se>
Sat, 17 Jun 2017 18:06:28 +0000 (20:06 +0200)
keyboards/kmac/keymaps/default/Makefile
keyboards/kmac/keymaps/winkeyless/Makefile
keyboards/kmac/rules.mk

index a8a44889dbd078528318825aff56e9a23e74fde7..0f3f1280b6740e17d4acdc2073382fa34cb14106 100644 (file)
@@ -21,7 +21,7 @@
 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
 NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
index a8a44889dbd078528318825aff56e9a23e74fde7..0f3f1280b6740e17d4acdc2073382fa34cb14106 100644 (file)
@@ -21,7 +21,7 @@
 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
 NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
index 54c9aa256395fcfc1660b22551c2a1968771d1b2..240e189f939861a5fed2e13051b4ed07d51a9c66 100644 (file)
@@ -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