blob: b25194014b5bbd3512e78815b71853772c5c756b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#define TAPPING_TERM 150 //reduce time required to register a held key
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#endif
|