mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
10 lines
174 B
C
10 lines
174 B
C
|
#ifndef USERSPACE_CONFIG_H
|
||
|
#define USERSPACE_CONFIG_H
|
||
|
|
||
|
#ifdef TAPPING_TERM
|
||
|
#undef TAPPING_TERM
|
||
|
#endif // TAPPING_TERM
|
||
|
#define TAPPING_TERM 200
|
||
|
|
||
|
#endif // !USERSPACE_CONFIG_H
|