diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-18 00:15:35 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-18 00:15:35 +0200 |
commit | e0ab1dcf4c6e97b81e4ea4c2521163e6917ef838 (patch) | |
tree | b50d32f3d08965a3967ad78cf65490e63e894a13 /keyboard | |
parent | ce463ef424c5bd26b84ead7de5f31eab366f98eb (diff) | |
parent | 23231fa577f7c6c585124226a83f21a7668e62dd (diff) | |
download | qmk_firmware-e0ab1dcf4c6e97b81e4ea4c2521163e6917ef838.tar.gz qmk_firmware-e0ab1dcf4c6e97b81e4ea4c2521163e6917ef838.tar.xz |
merging
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/atomic/keymaps/pvc/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/atomic/keymaps/pvc/makefile.mk b/keyboard/atomic/keymaps/pvc/makefile.mk index eefa42855..d46996650 100644 --- a/keyboard/atomic/keymaps/pvc/makefile.mk +++ b/keyboard/atomic/keymaps/pvc/makefile.mk @@ -1,7 +1,7 @@ BOOTMAGIC_ENABLE = yes # 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 = no # Enable keyboard backlight functionality |