mirror of https://github.com/qmk/qmk_firmware
7 lines
177 B
C
7 lines
177 B
C
|
#include QMK_KEYBOARD_CONFIG_H
|
||
|
|
||
|
#undef TAPPING_TERM
|
||
|
#define TAPPING_TERM 300 //At 500 some bad logic takes hold
|
||
|
#define PREVENT_STUCK_MODIFIERS
|
||
|
#define IGNORE_MOD_TAP_INTERRUPT
|