mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 03:26:51 +06:00
7 lines
124 B
C
7 lines
124 B
C
|
#pragma once
|
||
|
|
||
|
#define IGNORE_MOD_TAP_INTERRUPT
|
||
|
#define TAPPING_TERM 200
|
||
|
#undef ONESHOT_TIMEOUT
|
||
|
#define ONESHOT_TIMEOUT 1500
|