mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 12:34:39 +00:00
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
|