From: Seth Chandler Date: Sun, 17 Jul 2016 03:51:27 +0000 (-0400) Subject: update makefile to default to no virtual dip switches X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9542237499c7f4f211ef88114d6a469ef69a38e;p=qmk_firmware.git update makefile to default to no virtual dip switches --- diff --git a/keyboards/satan/Makefile b/keyboards/satan/Makefile index 184b5ac37..a0879fc9c 100644 --- a/keyboards/satan/Makefile +++ b/keyboards/satan/Makefile @@ -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)