mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 12:04:42 +00:00
f30d6dd785
* helix config.h refine
8 lines
144 B
C
8 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 */
|