From f024a462cdaa4a7a345160819bdf2d01fbabc97a Mon Sep 17 00:00:00 2001 From: Erez Zukerman Date: Wed, 28 Oct 2015 04:19:13 +0200 Subject: Fixes rolling combos for mod-tap keys --- keyboard/ergodox_ez/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboard/ergodox_ez/config.h') 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 . /* 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 -- cgit v1.2.3-24-g4f1b