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 | |
| parent | 98316ef0170c6e0f994a45e1f62959ae0f278177 (diff) | |
| download | qmk_firmware-a621c7f88b5db83d7e59452087f66bcc01f9dfc3.tar.gz qmk_firmware-a621c7f88b5db83d7e59452087f66bcc01f9dfc3.zip | |
Don't include the console by default on the KMAC
| -rw-r--r-- | keyboards/kmac/keymaps/default/Makefile | 2 | ||||
| -rw-r--r-- | keyboards/kmac/keymaps/winkeyless/Makefile | 2 | ||||
| -rw-r--r-- | keyboards/kmac/rules.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/kmac/keymaps/default/Makefile b/keyboards/kmac/keymaps/default/Makefile index a8a44889d..0f3f1280b 100644 --- a/keyboards/kmac/keymaps/default/Makefile +++ b/keyboards/kmac/keymaps/default/Makefile | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 24 | CONSOLE_ENABLE = yes # Console for debug(+400) | 24 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 25 | COMMAND_ENABLE = yes # Commands for debug and configuration | 25 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
diff --git a/keyboards/kmac/keymaps/winkeyless/Makefile b/keyboards/kmac/keymaps/winkeyless/Makefile index a8a44889d..0f3f1280b 100644 --- a/keyboards/kmac/keymaps/winkeyless/Makefile +++ b/keyboards/kmac/keymaps/winkeyless/Makefile | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 21 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 22 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 23 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 24 | CONSOLE_ENABLE = yes # Console for debug(+400) | 24 | CONSOLE_ENABLE = no # Console for debug(+400) |
| 25 | COMMAND_ENABLE = yes # Commands for debug and configuration | 25 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 26 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
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 | |||
| 57 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) | 57 | BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000) |
| 58 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) | 58 | MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700) |
| 59 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 59 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) |
| 60 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 60 | CONSOLE_ENABLE ?= no # Console for debug(+400) |
| 61 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 61 | COMMAND_ENABLE ?= yes # Commands for debug and configuration |
| 62 | CUSTOM_MATRIX ?= yes # Custom matrix file | 62 | CUSTOM_MATRIX ?= yes # Custom matrix file |
| 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 63 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
