diff options
author | climbalima <climbalima@gmail.com> | 2016-11-16 19:28:30 -0500 |
---|---|---|
committer | climbalima <climbalima@gmail.com> | 2016-11-16 19:28:30 -0500 |
commit | 668c7397023ad5c9d338b2165699af453f84af0a (patch) | |
tree | bfe732d0996226761f19bc4636ed062d6f302a1f /keyboards/vision_division/keymaps/default/Makefile | |
parent | 5cac51a773bef7fc8064390ac3ee499121a9611d (diff) | |
parent | 72e78a017fceb80cd43f014cf38218e845623f1c (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/vision_division/keymaps/default/Makefile')
-rw-r--r-- | keyboards/vision_division/keymaps/default/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/vision_division/keymaps/default/Makefile b/keyboards/vision_division/keymaps/default/Makefile index 5a930e85ed..28060947af 100644 --- a/keyboards/vision_division/keymaps/default/Makefile +++ b/keyboards/vision_division/keymaps/default/Makefile @@ -2,7 +2,7 @@ # change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) @@ -18,4 +18,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend ifndef QUANTUM_DIR include ../../../../Makefile -endif
\ No newline at end of file +endif |