summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox/keymaps/drashna/rules.mk
blob: bb4aad6890536b2dcc9b4411f882598041a05c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONSOLE_ENABLE    = no
TAP_DANCE_ENABLE  = no
RGBLIGHT_ENABLE   = yes
AUDIO_ENABLE      = no
MOUSEKEY_ENABLE   = no
NKRO_ENABLE       = yes
FAUXCLICKY_ENABLE = no
EXTRAFLAGS        = -flto

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