mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +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
|