Changed leader key timeout

This commit is contained in:
2021-08-09 19:31:53 +02:00
parent 821855b576
commit fad0b5813f
2 changed files with 5 additions and 5 deletions

View File

@@ -17,4 +17,4 @@
{ R30, R31, R32, KC_NO, KC_NO, KC_NO } \
}
#define FW_VERSION "2.24"
#define FW_VERSION "2.25"

View File

@@ -42,9 +42,9 @@
/* Set the maximum time allowed between taps */
#define TAPPING_TERM 200
/* Configure leader key */
#define LEADER_TIMEOUT 200
#define LEADER_PER_KEY_TIMING
/* Allow quick tapping not to trigger modifier hold */
#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY
/* Configure leader key */
#define LEADER_TIMEOUT 250
#define LEADER_PER_KEY_TIMING