]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/drashna-custom/rules.mk
Updated personal keymaps (#1945)
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / drashna-custom / rules.mk
1 TAP_DANCE_ENABLE  = yes
2 SLEEP_LED_ENABLE  = no  # Breathing sleep LED during USB suspend
3 COMMAND_ENABLE    = yes  # Commands for debug and configuration
4 RGBLIGHT_ENABLE   = yes
5 MIDI_ENABLE       = no
6 CONSOLE_ENABLE    = no
7 LEADER_KEYS       = no
8
9 EXTRAFLAGS        = -flto
10
11 ifndef QUANTUM_DIR
12         include ../../../../Makefile
13 endif