diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-14 22:27:28 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-14 22:27:28 -0500 |
commit | 3993afbb2e022f4e6371c729ac6a025f16bc734e (patch) | |
tree | a1828f72f72840396e0ba7de273cdb27499f635e /keyboard/atomic/keymaps | |
parent | f051496f1343259f4da8c5d917b9c9e47b97e38c (diff) | |
download | qmk_firmware-3993afbb2e022f4e6371c729ac6a025f16bc734e.tar.gz qmk_firmware-3993afbb2e022f4e6371c729ac6a025f16bc734e.zip |
adding new per-keymap makefile
Diffstat (limited to 'keyboard/atomic/keymaps')
-rw-r--r-- | keyboard/atomic/keymaps/pvc/makefile.mk | 16 | ||||
-rw-r--r-- | keyboard/atomic/keymaps/pvc/pvc_atomic.c (renamed from keyboard/atomic/keymaps/pvc_atomic.c) | 0 |
2 files changed, 16 insertions, 0 deletions
diff --git a/keyboard/atomic/keymaps/pvc/makefile.mk b/keyboard/atomic/keymaps/pvc/makefile.mk new file mode 100644 index 0000000000..ff0a9c338b --- /dev/null +++ b/keyboard/atomic/keymaps/pvc/makefile.mk @@ -0,0 +1,16 @@ +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) +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # USB 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 +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend diff --git a/keyboard/atomic/keymaps/pvc_atomic.c b/keyboard/atomic/keymaps/pvc/pvc_atomic.c index 3ddd3e3294..3ddd3e3294 100644 --- a/keyboard/atomic/keymaps/pvc_atomic.c +++ b/keyboard/atomic/keymaps/pvc/pvc_atomic.c |