diff options
author | Xyverz <xyverz@gmail.com> | 2016-08-13 19:51:49 -0700 |
---|---|---|
committer | Xyverz <xyverz@gmail.com> | 2016-08-13 19:51:49 -0700 |
commit | 1920c290a441db1355aa4b610539d0911c7d1477 (patch) | |
tree | 66aed6a6cf3cdaab43d204afcaa5c2042a5894b0 /keyboards/preonic/keymaps/kinesis/Makefile | |
parent | e87506767cec6410d1a93c15d68452815c9c3553 (diff) | |
parent | 6323f3d1e74350ef52dddc1f31d8b36ba637d254 (diff) | |
download | firmware-1920c290a441db1355aa4b610539d0911c7d1477.tar.gz firmware-1920c290a441db1355aa4b610539d0911c7d1477.tar.bz2 firmware-1920c290a441db1355aa4b610539d0911c7d1477.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/preonic/keymaps/kinesis/Makefile')
-rw-r--r-- | keyboards/preonic/keymaps/kinesis/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/kinesis/Makefile b/keyboards/preonic/keymaps/kinesis/Makefile new file mode 100644 index 000000000..6c8d2897c --- /dev/null +++ b/keyboards/preonic/keymaps/kinesis/Makefile @@ -0,0 +1,27 @@ + + +# Build Options +# change to "no" to disable the options, or define them in the Makefile in +# the appropriate keymap folder that will get included automatically +# +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 = yes # 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. + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + +TAP_DANCE_ENABLE = yes + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |