diff options
author | Drashna Jaelre <drashna@live.com> | 2021-08-12 13:03:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 13:03:40 -0700 |
commit | 477365912de93ad5d5b55c27f7861ad254c275b4 (patch) | |
tree | 3682c442857d55c9ab810ab3f06245e4eef3612e /keyboards/m65/rev1/rules.mk | |
parent | 799c2bdfa38db28199efcd17cd879d06f0fd1bb7 (diff) |
Fix some additional bootmagic settings (#13979)
Diffstat (limited to 'keyboards/m65/rev1/rules.mk')
-rw-r--r-- | keyboards/m65/rev1/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/m65/rev1/rules.mk b/keyboards/m65/rev1/rules.mk index 00f4b5d358..575048f2b7 100644 --- a/keyboards/m65/rev1/rules.mk +++ b/keyboards/m65/rev1/rules.mk @@ -7,7 +7,7 @@ BOOTLOADER = stm32duino # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug |