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