diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-19 21:15:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-19 21:15:16 +0000 |
commit | 8cb52b20480f4c1f992b91d9dde94f65633a0bd8 (patch) | |
tree | 1bd55d49711eb65f896a266d4e84a52458ba1b58 /keyboards/40percentclub/mf68/rules.mk | |
parent | 32f53c0671be04fa651eac89ec59b7518a9d3b5e (diff) | |
parent | 25b13678066d10b7df6b5f0102c37b4e7e44f701 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/40percentclub/mf68/rules.mk')
-rw-r--r-- | keyboards/40percentclub/mf68/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/40percentclub/mf68/rules.mk b/keyboards/40percentclub/mf68/rules.mk index 65d1870355..f1967d83e1 100644 --- a/keyboards/40percentclub/mf68/rules.mk +++ b/keyboards/40percentclub/mf68/rules.mk @@ -14,7 +14,7 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug @@ -22,7 +22,7 @@ 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 -NKRO_ENABLE = no # USB Nkey Rollover +NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow MIDI_ENABLE = no # MIDI controls |