Pārlūkot izejas kodu

update makefile to default to no virtual dip switches

Seth Chandler 9 gadi atpakaļ
vecāks
revīzija
f954223749
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      keyboards/satan/Makefile

+ 1 - 1
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)