]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
update makefile to default to no virtual dip switches
authorSeth Chandler <sethbc@sethbc.org>
Sun, 17 Jul 2016 03:51:27 +0000 (23:51 -0400)
committerSeth Chandler <sethbc@sethbc.org>
Sun, 17 Jul 2016 03:51:27 +0000 (23:51 -0400)
keyboards/satan/Makefile

index 184b5ac37287a6dac1e6331a1f4c54dca3c63ee3..a0879fc9c9bf358ec13eba7b384a7b5ad28698e2 100644 (file)
@@ -52,7 +52,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 # Build Options
 #   comment out to disable the options.
 #
-BOOTMAGIC_ENABLE ?= yes        # Virtual DIP switch configuration(+1000)
+BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000)
 MOUSEKEY_ENABLE ?= no  # Mouse keys(+4700)
 EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
 CONSOLE_ENABLE ?= yes  # Console for debug(+400)