10 lines
182 B
Makefile
10 lines
182 B
Makefile
|
# Having a file like this allows you to override Makefile definitions
|
||
|
# for your own particular keymap
|
||
|
|
||
|
TAP_DANCE_ENABLE=yes
|
||
|
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|