summaryrefslogtreecommitdiffstats
path: root/keyboards/viterbi/keymaps/drashna/rules.mk
blob: 34b190370940d586a87dd4ef74b1f821098ed13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONSOLE_ENABLE    = no
COMMAND_ENABLE    = no  # Commands for debug and configuration
TAP_DANCE_ENABLE  = yes
RGBLIGHT_ENABLE   = yes
MOUSEKEY_ENABLE   = no
NKRO_ENABLE       = yes

EXTRAFLAGS        = -flto

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