mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 19:58:48 +06:00
7 lines
172 B
C
7 lines
172 B
C
|
#include "../../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
|