You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
304 B
18 lines
304 B
7 years ago
|
#ifndef CONFIG_HEARTROBOTNINJA_H
|
||
|
#define CONFIG_HEARTROBOTNINJA_H
|
||
|
|
||
|
#include "../../config.h"
|
||
|
|
||
|
#define ONESHOT_TAP_TOGGLE 2
|
||
|
#define ONESHOT_TIMEOUT 1000
|
||
|
|
||
|
#undef LEADER_TIMEOUT
|
||
|
#define LEADER_TIMEOUT 1000
|
||
|
|
||
|
#undef TAPPING_TERM
|
||
|
#define TAPPING_TERM 200
|
||
|
|
||
|
#undef TAPPING_TOGGLE
|
||
|
#define TAPPING_TOGGLE 2
|
||
|
|
||
|
#endif
|