diff options
author | Florian Didron <florian@111studio.jp> | 2019-09-03 10:20:24 +0900 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-09-05 16:15:42 +0900 |
commit | 9d0612cb51bbd3a3e4fc533c69630ca93b0030a4 (patch) | |
tree | 4f66ebba4728201c8750e7dc6d6922113c9604f2 | |
parent | e8a922ece3e72b255dd67e67c1b1348d5f39deec (diff) |
chore: set CONSOLE_ENABLE = no
-rw-r--r-- | keyboards/planck/ez/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index 93f8ade95b..e8a7f3115c 100644 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk @@ -12,7 +12,7 @@ BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug +CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover |