7 lines
177 B
7 lines
177 B
![]()
8 years ago
|
#include QMK_KEYBOARD_CONFIG_H
|
||
![]()
8 years ago
|
|
||
|
#undef TAPPING_TERM
|
||
|
#define TAPPING_TERM 300 //At 500 some bad logic takes hold
|
||
|
#define PREVENT_STUCK_MODIFIERS
|
||
|
#define IGNORE_MOD_TAP_INTERRUPT
|