diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-23 05:59:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-23 05:59:28 +0000 |
commit | 4614aca211837ddb0f75b0fa29ef4974df4dd57f (patch) | |
tree | 1d695f2c8131ece36e0da120f39de2d25212211c /keyboards/evolv/rules.mk | |
parent | 4eec20f1dea759b64d4f43d51ae96b3dea1dfbda (diff) | |
parent | d71c962b61d638e38a449719401695bdc4fb6257 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/evolv/rules.mk')
-rw-r--r-- | keyboards/evolv/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/evolv/rules.mk b/keyboards/evolv/rules.mk index 380010c775..b0f7124c08 100644 --- a/keyboards/evolv/rules.mk +++ b/keyboards/evolv/rules.mk @@ -7,11 +7,11 @@ BOOTLOADER = stm32-dfu # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # 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 |