diff options
author | Jonathan Lucas <CommandLineDesign@gmail.com> | 2016-07-23 18:44:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-23 18:44:01 -0700 |
commit | 4059a16118e3abbc9eab2241693c60a1f19811b5 (patch) | |
tree | ce711e757ab87d6d0b408d477b49e719b6d8f687 /keyboards/satan/Makefile | |
parent | 9ecf9073b96799e52a1f1c0d35b57177382902ce (diff) | |
parent | 8e1d96983aad19b3e4e72ece5db822e92d91342b (diff) |
Merge pull request #1 from jackhumbert/master
Update from parent
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) |