diff options
author | Austin Erlandson <austin.erlandson@metova.com> | 2016-09-15 10:58:28 -0500 |
---|---|---|
committer | Austin Erlandson <austin.erlandson@metova.com> | 2016-09-15 10:58:28 -0500 |
commit | e50f15e36019fa39798bbe4e001fe7d2c94c88e7 (patch) | |
tree | 1e6688d68cc90ec66adcb7b09f6c44e46a53693f /keyboards/atreus/keymaps/erlandsona/config.h | |
parent | c8e7cca6eddf7c352ec6579adf1177871e106bca (diff) |
Add IGNORE_MOD_TAP_INTERRUPT to fix overloaded mod keys sending mod on diads...
Diffstat (limited to 'keyboards/atreus/keymaps/erlandsona/config.h')
-rw-r--r-- | keyboards/atreus/keymaps/erlandsona/config.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/atreus/keymaps/erlandsona/config.h b/keyboards/atreus/keymaps/erlandsona/config.h index 6f0d258f50..bf09bf23aa 100644 --- a/keyboards/atreus/keymaps/erlandsona/config.h +++ b/keyboards/atreus/keymaps/erlandsona/config.h @@ -21,13 +21,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" - - /* 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 /* USB Device descriptor parameter */ |