diff options
author | David Collom <david.m.collom@gmail.com> | 2018-03-23 15:55:46 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-03-23 15:55:46 -0700 |
commit | b3e7149a65ac7855a9a56f34b213048326280a78 (patch) | |
tree | 1de7879729269ac795c2d432aef9e0e3efc7cbb5 /keyboards/planck/keymaps/dc/rules.mk | |
parent | c3c4164faf002c838e00bb4cc3d81a2c819c58c3 (diff) | |
download | qmk_firmware-b3e7149a65ac7855a9a56f34b213048326280a78.tar.gz qmk_firmware-b3e7149a65ac7855a9a56f34b213048326280a78.zip |
yet another keymap (#2356)
* added keymap
* added readme
Diffstat (limited to 'keyboards/planck/keymaps/dc/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/dc/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/dc/rules.mk b/keyboards/planck/keymaps/dc/rules.mk new file mode 100644 index 0000000000..6106b40e14 --- /dev/null +++ b/keyboards/planck/keymaps/dc/rules.mk @@ -0,0 +1,24 @@ +ifndef QUANTUM_DIR + include ../../../../Makefile +endif + +# 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. +TAP_DANCE_ENABLE = yes + +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
\ No newline at end of file |