summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez/config.h
diff options
context:
space:
mode:
authorErez Zukerman <ezuk@madmimi.com>2015-10-28 03:19:13 +0100
committerErez Zukerman <ezuk@madmimi.com>2015-10-28 03:19:13 +0100
commitf024a462cdaa4a7a345160819bdf2d01fbabc97a (patch)
tree238c278b201ebed69c69c4dc8f07829966cf9b15 /keyboard/ergodox_ez/config.h
parentd3db8d62f6fc6a7dee43978ddc8356579b502b37 (diff)
downloadqmk_firmware-f024a462cdaa4a7a345160819bdf2d01fbabc97a.tar.gz
qmk_firmware-f024a462cdaa4a7a345160819bdf2d01fbabc97a.tar.xz
Fixes rolling combos for mod-tap keys
Diffstat (limited to 'keyboard/ergodox_ez/config.h')
-rw-r--r--keyboard/ergodox_ez/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/config.h b/keyboard/ergodox_ez/config.h
index 583ad84f5..825997ba0 100644
--- a/keyboard/ergodox_ez/config.h
+++ b/keyboard/ergodox_ez/config.h
@@ -53,6 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 2
#define TAPPING_TERM 200
+#define IGNORE_MOD_TAP_INTERRUPT // 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.)
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE