summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/pvinis/Makefile
blob: 7ceb51ce4ce0a065f037aed47e9dcd1f4ababa84 (plain)
1
2
3
4
5
6
7
8
9
CONSOLE_ENABLE = no    # for debugging

SLEEP_LED_ENABLE = no  # no led blinking while sleeping
NKRO_ENABLE = yes      # disable for windows
TAP_DANCE_ENABLE = yes # tap-tap-tap

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