]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / drashna-custom / rules.mk
1 TAP_DANCE_ENABLE = yes
2 SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
3 COMMAND_ENABLE   = no  # Commands for debug and configuration
4 RGBLIGHT_ENABLE = yes
5 MIDI_ENABLE = no
6
7 ifndef QUANTUM_DIR
8         include ../../../../Makefile
9 endif