Add IGNORE_MOD_TAP_INTERRUPT to fix overloaded mod keys sending mod on diads...

This commit is contained in:
Austin Erlandson 2016-09-15 10:58:28 -05:00
parent c8e7cca6ed
commit e50f15e360
2 changed files with 15 additions and 12 deletions

View file

@ -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 */