diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-14 18:50:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-14 18:50:22 -0400 |
commit | 4865e6f81fc106b9765b8dee2a080f4015e7644a (patch) | |
tree | 1123c709e4fb84a11e7f4163510eb5d19305f2b5 /keyboards/preonic/keymaps/jacwib/Makefile | |
parent | cdd7301b8b9c6750167e29a878ec0f1582226f5d (diff) | |
parent | 54e37fd2d10f91b1b77cee263c1e3a2b3552cbd9 (diff) |
Merge pull request #631 from jacwib/master
Jacwib's keymap
Diffstat (limited to 'keyboards/preonic/keymaps/jacwib/Makefile')
-rw-r--r-- | keyboards/preonic/keymaps/jacwib/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/jacwib/Makefile b/keyboards/preonic/keymaps/jacwib/Makefile new file mode 100644 index 0000000000..3e87d41d36 --- /dev/null +++ b/keyboards/preonic/keymaps/jacwib/Makefile @@ -0,0 +1,20 @@ + + +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) +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 +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = yes # 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. + +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |