diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-21 21:01:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 21:01:35 -0400 |
commit | 6f9f9baff46747a1ab20c1daf3174003f3de2b8b (patch) | |
tree | fd31e91f3d00f5ec7256672836a6c28e7288c411 /keyboards/satan/Makefile | |
parent | 26546f995fb28beea6d70044a5f5fe4274e60ec9 (diff) | |
parent | d40d18ab1ae8a1ef9feb408e43d4b840d37998a8 (diff) |
Merge pull request #530 from sethbc/master
Misc. fixes from sethbc
Diffstat (limited to 'keyboards/satan/Makefile')
-rw-r--r-- | keyboards/satan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/satan/Makefile b/keyboards/satan/Makefile index 184b5ac372..a0879fc9c9 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) |