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/planck | |
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/planck')
-rw-r--r-- | keyboards/planck/rules.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 05318a9243..09d4a74ea6 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk @@ -10,14 +10,14 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # the appropriate keymap folder that will get included automatically # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE = no # Mouse keys(+4700) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = yes # Console for debug(+400) -COMMAND_ENABLE = no # 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 = no # Enable keyboard backlight functionality +CONSOLE_ENABLE = no # Console for debug(+400) +COMMAND_ENABLE = no # 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 = no # Enable keyboard backlight functionality MIDI_ENABLE = no # MIDI controls -AUDIO_ENABLE = yes # Audio output on port C6 +AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |