summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/woodpad/keymaps/drashna/rules.mk
diff options
context:
space:
mode:
authordrashna <drashna@live.com>2017-09-29 23:52:37 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-29 23:52:37 +0200
commitd28fb63fac9c10cdec3703b205c3f1a30643c771 (patch)
treefde322de02ef3e584b40de944ad52a9949912d75 /keyboards/handwired/woodpad/keymaps/drashna/rules.mk
parent6ec7ccec63a5f434af3b6d5726fac858adfdbb61 (diff)
downloadqmk_firmware-d28fb63fac9c10cdec3703b205c3f1a30643c771.tar.gz
qmk_firmware-d28fb63fac9c10cdec3703b205c3f1a30643c771.tar.xz
updated drashna's keymaps (#1769)
* Add woodpad * Cleanup * Remove misc layouts for woodpad * Move woodpad to handwired * Updated RGB Underglow info
Diffstat (limited to 'keyboards/handwired/woodpad/keymaps/drashna/rules.mk')
-rw-r--r--keyboards/handwired/woodpad/keymaps/drashna/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/handwired/woodpad/keymaps/drashna/rules.mk b/keyboards/handwired/woodpad/keymaps/drashna/rules.mk
new file mode 100644
index 000000000..0aeb409a8
--- /dev/null
+++ b/keyboards/handwired/woodpad/keymaps/drashna/rules.mk
@@ -0,0 +1,10 @@
+TAP_DANCE_ENABLE = yes
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+COMMAND_ENABLE = no # Commands for debug and configuration
+RGBLIGHT_ENABLE = yes
+MIDI_ENABLE = no
+CONSOLE_ENABLE = no
+
+ifndef QUANTUM_DIR
+ include ../../../../Makefile
+endif