summaryrefslogtreecommitdiffstats
path: root/keyboards/thevankeyboards/minivan/keymaps/belak/rules.mk
blob: 61124112405f9284757dc5e3e223b071b721bd11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
#EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
#CONSOLE_ENABLE = yes        # Console for debug(+400)
#DEBUG_ENABLE = yes
#COMMAND_ENABLE = yes        # Commands for debug and configuration
NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
TAP_DANCE_ENABLE = yes

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