diff options
author | Drashna Jael're <drashna@live.com> | 2021-01-12 22:43:02 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:43:02 -0800 |
commit | ec2a7452fcbe47078a20cb095fb8a77e26cdc6f5 (patch) | |
tree | 7ccc83b562052f960fb2de6067f9a16c632c79c2 /keyboards/moonlander | |
parent | 7a6904cdf6cf7d39ab6b9c8f040bb444b9af9f9c (diff) |
[Keyboard] Disable Console on Planck EZ and Moonlander
Console on ARM boards can cause some weird issues, and because they're not needed, lets disable.
Diffstat (limited to 'keyboards/moonlander')
-rw-r--r-- | keyboards/moonlander/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moonlander/rules.mk b/keyboards/moonlander/rules.mk index f481b60763..ee7c3d266a 100644 --- a/keyboards/moonlander/rules.mk +++ b/keyboards/moonlander/rules.mk @@ -8,7 +8,7 @@ BACKLIGHT_ENABLE = no BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 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 = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes #Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover |