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

EXTRAFLAGS        = -flto

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