summaryrefslogtreecommitdiffstats
path: root/keyboards/viterbi/keymaps/drashna/rules.mk
blob: dd5747f1d0908242e78b1cc24f38551d29ee0191 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONSOLE_ENABLE    = no
TAP_DANCE_ENABLE  = yes
RGBLIGHT_ENABLE   = yes
MOUSEKEY_ENABLE   = no
NKRO_ENABLE       = yes

EXTRAFLAGS        = -flto

ifndef QUANTUM_DIR
	include ../../../../Makefile
endif