diff options
Diffstat (limited to 'keyboards/handwired/woodpad/keymaps/drashna/rules.mk')
-rw-r--r-- | keyboards/handwired/woodpad/keymaps/drashna/rules.mk | 10 |
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 @@ | |||
1 | TAP_DANCE_ENABLE = yes | ||
2 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
3 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
4 | RGBLIGHT_ENABLE = yes | ||
5 | MIDI_ENABLE = no | ||
6 | CONSOLE_ENABLE = no | ||
7 | |||
8 | ifndef QUANTUM_DIR | ||
9 | include ../../../../Makefile | ||
10 | endif | ||