mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 04:24:41 +00:00
8 lines
105 B
C
8 lines
105 B
C
#ifndef CONFIG_USER_H
|
|
#define CONFIG_USER_H
|
|
|
|
#include "../../config.h"
|
|
|
|
#define TAPPING_TERM 500
|
|
|
|
#endif
|