mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-21 03:44:32 +02:00
9 lines
144 B
C
9 lines
144 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#undef TAPPING_FORCE_HOLD
|
|
#undef TAPPING_TERM
|
|
#define TAPPING_TERM 120
|
|
|
|
#endif /* CONFIG_USER_H */
|