diff options
author | Austin Erlandson <austin.erlandson@metova.com> | 2016-09-15 11:19:54 -0500 |
---|---|---|
committer | Austin Erlandson <austin.erlandson@metova.com> | 2016-09-15 11:19:54 -0500 |
commit | ac6125cbea0ef2cfb9e8c79b89659128f60f0853 (patch) | |
tree | f782728a36cec2815cdf9198d784a38be2d39ee2 /keyboards/atreus/keymaps/erlandsona/config.h | |
parent | e50f15e36019fa39798bbe4e001fe7d2c94c88e7 (diff) |
Revert because the IGNORE_MOD_TAP_INTERRUPT flag didn't feel right.
Diffstat (limited to 'keyboards/atreus/keymaps/erlandsona/config.h')
-rw-r--r-- | keyboards/atreus/keymaps/erlandsona/config.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/atreus/keymaps/erlandsona/config.h b/keyboards/atreus/keymaps/erlandsona/config.h index bf09bf23aa..d9eb1903ed 100644 --- a/keyboards/atreus/keymaps/erlandsona/config.h +++ b/keyboards/atreus/keymaps/erlandsona/config.h @@ -22,15 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Make Overloaded Keys switch faster */ -#define TAPPING_TERM 175 - -/* this makes it possible to do rolling combos (zx) - * with keys that convert to other keys on hold - * (z becomes ctrl when you hold it, - * and when this option isn't enabled, - * z rapidly followed by x actually sends Ctrl-x. That's bad.) - */ -#define IGNORE_MOD_TAP_INTERRUPT +#define TAPPING_TERM 150 /* USB Device descriptor parameter */ |