diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-09-12 20:20:31 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-09-12 20:20:31 -0500 |
| commit | cb1ac2a3edf637a3e2ecb53f0627212d1f5abb08 (patch) | |
| tree | bb2632801e4459b5d8bd21f5e110b70d902990b8 /keyboards/atomic | |
| parent | e9a093451ea13b18b5dc60d427244efeba593da5 (diff) | |
| download | qmk_firmware-cb1ac2a3edf637a3e2ecb53f0627212d1f5abb08.tar.gz qmk_firmware-cb1ac2a3edf637a3e2ecb53f0627212d1f5abb08.zip | |
Fixed NO_PRINT / USER_PRINT conflict warning.
Diffstat (limited to 'keyboards/atomic')
| -rw-r--r-- | keyboards/atomic/keymaps/pvc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/atomic/keymaps/pvc/Makefile b/keyboards/atomic/keymaps/pvc/Makefile index ebd75e313..c7c04485f 100644 --- a/keyboards/atomic/keymaps/pvc/Makefile +++ b/keyboards/atomic/keymaps/pvc/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 1 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 2 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 2 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 4 | CONSOLE_ENABLE = yes # Console for debug(+400) | 4 | CONSOLE_ENABLE = yes # Console for debug(+400) |
