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

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