diff options
author | Álvaro A. Volpato <alvaro.volpato@usp.br> | 2021-10-23 02:58:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 22:58:52 -0700 |
commit | d71c962b61d638e38a449719401695bdc4fb6257 (patch) | |
tree | a2c3c6b84f1ae153a223b7d709e3b833629d49cf /keyboards/evolv/rules.mk | |
parent | 8ec1afd17ce1fdc9aa217c1e8ea2e5b5f0decf4b (diff) |
[Keyboard] Update encoder callback on Evolv75 (#14757)
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |