diff options
author | Alpha Chen <alpha.chen@gmail.com> | 2016-10-19 07:45:30 -0700 |
---|---|---|
committer | Alpha Chen <alpha.chen@gmail.com> | 2016-10-25 09:00:45 -0700 |
commit | e2916f8ab1460b8a22c75aea632d7533d56670bb (patch) | |
tree | 2befe4f76778e8b131b63638ea6422481a642bb6 /keyboards/ergodox/keymaps/alphadox | |
parent | 22cb73fad312e42f595582f9629105348e7b4bd3 (diff) |
[ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interrupt
Diffstat (limited to 'keyboards/ergodox/keymaps/alphadox')
-rw-r--r-- | keyboards/ergodox/keymaps/alphadox/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/alphadox/config.h b/keyboards/ergodox/keymaps/alphadox/config.h index 89807d84ad..deb218dc0d 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 |