summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/Makefile
diff options
context:
space:
mode:
authorDaniel <danielallendeutsch@gmail.com>2016-09-02 07:37:52 +0200
committerDaniel <danielallendeutsch@gmail.com>2016-09-02 07:37:52 +0200
commit0c598f53c18419a10b143098b57a431c5545f906 (patch)
tree990bf1889d2f93920cfc8c69aa649ca99bfb6d85 /keyboards/ergodox/Makefile
parentdbac9f495469854fb64a424b171235e46161d799 (diff)
downloadqmk_firmware-0c598f53c18419a10b143098b57a431c5545f906.tar.gz
qmk_firmware-0c598f53c18419a10b143098b57a431c5545f906.tar.xz
adds Hyper key. improves media layer. first attempt at tap dance.
Diffstat (limited to 'keyboards/ergodox/Makefile')
-rw-r--r--keyboards/ergodox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/ergodox/Makefile b/keyboards/ergodox/Makefile
index 716535005..0dc0a7725 100644
--- a/keyboards/ergodox/Makefile
+++ b/keyboards/ergodox/Makefile
@@ -1,5 +1,6 @@
SUBPROJECT_DEFAULT = ez
+TAP_DANCE_ENABLE = yes
ifndef MAKEFILE_INCLUDED
include ../../Makefile
-endif \ No newline at end of file
+endif