summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/Makefile
diff options
context:
space:
mode:
authorDaniel <danielallendeutsch@gmail.com>2016-09-01 23:37:52 -0600
committerDaniel <danielallendeutsch@gmail.com>2016-09-01 23:37:52 -0600
commit0c598f53c18419a10b143098b57a431c5545f906 (patch)
tree990bf1889d2f93920cfc8c69aa649ca99bfb6d85 /keyboards/ergodox/Makefile
parentdbac9f495469854fb64a424b171235e46161d799 (diff)
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 7165350050..0dc0a77252 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