mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00: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
|