diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-17 14:16:03 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-17 14:16:03 -0500 |
commit | 23231fa577f7c6c585124226a83f21a7668e62dd (patch) | |
tree | 949a355760e243909aa8a0637017a972e8862cf3 /keyboard/atomic | |
parent | 3103ea542f0039637a1a266df79a97a7a13fa6b4 (diff) | |
download | qmk_firmware-23231fa577f7c6c585124226a83f21a7668e62dd.tar.gz qmk_firmware-23231fa577f7c6c585124226a83f21a7668e62dd.zip |
Converted goodbye to notes, fixed eighth dotted note macro
Diffstat (limited to 'keyboard/atomic')
-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 eefa42855f..d469966501 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 |