summaryrefslogtreecommitdiffstats
path: root/keyboards/exclusive/e6v2/bmc/rules.mk
diff options
context:
space:
mode:
authormechmerlin <mechmerlin@gmail.com>2019-04-07 04:24:41 +0200
committermechmerlin <mechmerlin@gmail.com>2019-04-07 04:24:41 +0200
commit1b9f82c8445368dce0e0ada9af1f43956093fa98 (patch)
tree4f4d68d7caf464afa99ed23765eb9a23716a6ce9 /keyboards/exclusive/e6v2/bmc/rules.mk
parent0baa1e2b2fe8e7918e26edac12bb4a6e2e151b1d (diff)
downloadqmk_firmware-1b9f82c8445368dce0e0ada9af1f43956093fa98.tar.gz
qmk_firmware-1b9f82c8445368dce0e0ada9af1f43956093fa98.tar.xz
disable bootmagic as it does not work for bmc boards
Diffstat (limited to 'keyboards/exclusive/e6v2/bmc/rules.mk')
-rw-r--r--keyboards/exclusive/e6v2/bmc/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/exclusive/e6v2/bmc/rules.mk b/keyboards/exclusive/e6v2/bmc/rules.mk
index 59f98e6f4..885bce245 100644
--- a/keyboards/exclusive/e6v2/bmc/rules.mk
+++ b/keyboards/exclusive/e6v2/bmc/rules.mk
@@ -66,7 +66,7 @@ BOOTLOADER = bootloadHID
# Build Options
# change yes to no to disable
#
-BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = yes # Console for debug(+400)