mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
8 lines
149 B
C
8 lines
149 B
C
|
#ifndef USERSPACE_CONFIG_H
|
||
|
#define USERSPACE_CONFIG_H
|
||
|
|
||
|
// Put normal config.h settings here:
|
||
|
#define TAPPING_TERM 250
|
||
|
|
||
|
#endif // !USERSPACE_CONFIG_H
|