From db0b585f19095d8720755b3921d9b2e0723c5de3 Mon Sep 17 00:00:00 2001 From: thecount Date: Sun, 29 Mar 2026 15:32:08 +0200 Subject: [PATCH] update keymaps to latest qmk fw, shorten tapping term --- .../dactyl_manuform/4x5/keymaps/thecount/keymap.c | 12 ++++++------ users/thecount/config.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c b/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c index 27461a3..24f041b 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c +++ b/keyboards/handwired/dactyl_manuform/4x5/keymaps/thecount/keymap.c @@ -43,12 +43,12 @@ along with this program. If not, see . #define RALT_SCLN MT(KC_ALGR, KC_SCLN) // mouse buttons -#define KC_ML KC_MS_LEFT -#define KC_MR KC_MS_RIGHT -#define KC_MU KC_MS_UP -#define KC_MD KC_MS_DOWN -#define KC_MB1 KC_MS_BTN1 -#define KC_MB2 KC_MS_BTN2 +#define KC_ML MS_LEFT +#define KC_MR MS_RGHT +#define KC_MU MS_UP +#define KC_MD MS_DOWN +#define KC_MB1 MS_BTN1 +#define KC_MB2 MS_BTN2 // clang-format off const char chordal_hold_layout[MATRIX_ROWS][MATRIX_COLS] PROGMEM = diff --git a/users/thecount/config.h b/users/thecount/config.h index 7d1d65f..02eafd5 100644 --- a/users/thecount/config.h +++ b/users/thecount/config.h @@ -1,3 +1,3 @@ #define PERMISSIVE_HOLD #define CHORDAL_HOLD -#define TAPPING_TERM 160 +#define TAPPING_TERM 120