mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-27 18:08:02 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
|
|
SUBPROJECT_DEFAULT = ez
|
||
|
|
TAP_DANCE_ENABLE = yes
|
||
|
|
|
||
|
|
ifndef QUANTUM_DIR
|
||
|
|
include ../../../../Makefile
|
||
|
|
endif
|