aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/satan
diff options
context:
space:
mode:
authorSeth Chandler <sethbc@sethbc.org>2016-07-16 23:51:27 -0400
committerSeth Chandler <sethbc@sethbc.org>2016-07-16 23:51:27 -0400
commitf9542237499c7f4f211ef88114d6a469ef69a38e (patch)
treec07332f97c8ddd74c4bd698ba9da1adf9ec1c881 /keyboards/satan
parentdddaebfa9829ef48f93f2be7119b9790271f8892 (diff)
downloadfirmware-f9542237499c7f4f211ef88114d6a469ef69a38e.tar.gz
firmware-f9542237499c7f4f211ef88114d6a469ef69a38e.tar.bz2
firmware-f9542237499c7f4f211ef88114d6a469ef69a38e.zip
update makefile to default to no virtual dip switches
Diffstat (limited to 'keyboards/satan')
-rw-r--r--keyboards/satan/Makefile2
1 files changed, 1 insertions, 1 deletions
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)