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.
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#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
|
|
|
|
|