diff options
author | coderkun <olli@coderkun.de> | 2016-10-02 10:04:29 +0200 |
---|---|---|
committer | coderkun <olli@coderkun.de> | 2016-10-02 10:04:29 +0200 |
commit | 8655677584483e46d9b45873aa50ec6e860486dd (patch) | |
tree | 3f1037d47607fd40be82fe9169795978f8f3551f /keyboards/atomic/keymaps/pvc/Makefile | |
parent | a10e100bd5e8bad73e1b04f54639a4cec36e4b9e (diff) | |
parent | 35e6870e5c8943c044187256e01c96ef400ca067 (diff) |
Merge branch 'master' into coderkun_neo2
Diffstat (limited to 'keyboards/atomic/keymaps/pvc/Makefile')
-rw-r--r-- | keyboards/atomic/keymaps/pvc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/atomic/keymaps/pvc/Makefile b/keyboards/atomic/keymaps/pvc/Makefile index 278407e6c9..c7c04485fc 100644 --- a/keyboards/atomic/keymaps/pvc/Makefile +++ b/keyboards/atomic/keymaps/pvc/Makefile @@ -1,7 +1,7 @@ -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 = no # Console for debug(+400) +CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |