diff options
author | Cosmin <44280558+BB-66@users.noreply.github.com> | 2021-07-13 18:58:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 08:58:16 -0700 |
commit | 64e6ba02115ae94708ee86ecadb39f6cf3cfb5a5 (patch) | |
tree | 8b61f1b7c2ccb2bc6c27e03408a4c603b81bd6cb /keyboards/handwired/marauder/rules.mk | |
parent | bf70db479c6b027c670bb0e261f4202864525970 (diff) |
[Keyboard] fixes and additions to the Marauder keyboard (#13462)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/handwired/marauder/rules.mk')
-rw-r--r-- | keyboards/handwired/marauder/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/marauder/rules.mk b/keyboards/handwired/marauder/rules.mk index 1619f95374..a4f16938d4 100644 --- a/keyboards/handwired/marauder/rules.mk +++ b/keyboards/handwired/marauder/rules.mk @@ -10,8 +10,8 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |