From fad0b5813f47a01cc5cb8a41d6eb78c500ddc359 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Mon, 9 Aug 2021 19:31:53 +0200 Subject: [PATCH] Changed leader key timeout --- keyboards/handwired/adept42/adept42.h | 2 +- keyboards/handwired/adept42/config.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keyboards/handwired/adept42/adept42.h b/keyboards/handwired/adept42/adept42.h index cf000d1213..497955d9ac 100644 --- a/keyboards/handwired/adept42/adept42.h +++ b/keyboards/handwired/adept42/adept42.h @@ -17,4 +17,4 @@ { R30, R31, R32, KC_NO, KC_NO, KC_NO } \ } -#define FW_VERSION "2.24" +#define FW_VERSION "2.25" diff --git a/keyboards/handwired/adept42/config.h b/keyboards/handwired/adept42/config.h index e5ce8e6071..bc2c6e3da5 100644 --- a/keyboards/handwired/adept42/config.h +++ b/keyboards/handwired/adept42/config.h @@ -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