2017-09-18 20:38:31 -07:00
|
|
|
#ifndef CONFIG_USER_H
|
|
|
|
#define CONFIG_USER_H
|
|
|
|
|
|
|
|
|
|
|
|
#include "../../config.h"
|
|
|
|
|
|
|
|
// place overrides here
|
2018-08-25 09:29:43 -07:00
|
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
2018-04-20 08:53:35 -07:00
|
|
|
#define TAPPING_TERM 175
|
2018-05-26 08:54:38 -07:00
|
|
|
#define TAPPING_TOGGLE 2
|
2018-04-20 08:53:35 -07:00
|
|
|
|
2017-09-18 20:38:31 -07:00
|
|
|
|
|
|
|
#endif
|