summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/keymaps/erlandsona/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/atreus/keymaps/erlandsona/config.h')
-rw-r--r--keyboards/atreus/keymaps/erlandsona/config.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/keyboards/atreus/keymaps/erlandsona/config.h b/keyboards/atreus/keymaps/erlandsona/config.h
index 6f0d258f5..bf09bf23a 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 */