summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorAlpha Chen <alpha.chen@gmail.com>2016-10-19 16:45:30 +0200
committerAlpha Chen <alpha.chen@gmail.com>2016-10-25 18:00:45 +0200
commite2916f8ab1460b8a22c75aea632d7533d56670bb (patch)
tree2befe4f76778e8b131b63638ea6422481a642bb6 /keyboards
parent22cb73fad312e42f595582f9629105348e7b4bd3 (diff)
downloadqmk_firmware-e2916f8ab1460b8a22c75aea632d7533d56670bb.tar.gz
qmk_firmware-e2916f8ab1460b8a22c75aea632d7533d56670bb.tar.xz
[ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interrupt
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox/keymaps/alphadox/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/alphadox/config.h b/keyboards/ergodox/keymaps/alphadox/config.h
index 89807d84a..deb218dc0 100644
--- a/keyboards/ergodox/keymaps/alphadox/config.h
+++ b/keyboards/ergodox/keymaps/alphadox/config.h
@@ -6,4 +6,7 @@
#define FORCE_NKRO
#define PREVENT_STUCK_MODIFIERS
+#undef TAPPING_TERM
+#undef IGNORE_MOD_TAP_INTERRUPT
+
#endif