summaryrefslogtreecommitdiff
path: root/common/keymap.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-13 18:39:46 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-13 18:39:46 +0100
commit64bf274a4f1328cd18d30be3227c67b83ef55f34 (patch)
treeb66487f6f883da61e9ee96048aa98a01346c9c6c /common/keymap.h
parente20bd529d5a6f7ea59bd378dc8e9e4fdb5c61877 (diff)
tweak tapping term
Diffstat (limited to 'common/keymap.h')
-rw-r--r--common/keymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.h b/common/keymap.h
index 518e755..f62705b 100644
--- a/common/keymap.h
+++ b/common/keymap.h
@@ -74,7 +74,7 @@ uint16_t get_tapping_term(uint16_t keycode, keyrecord_t* record) {
case RGUI_T(KC_H):
case LALT_T(KC_I):
case RALT_T(KC_A):
- return TAPPING_TERM + 100;
+ return TAPPING_TERM_SLOW;
default:
return TAPPING_TERM;