summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/config.h3
-rw-r--r--common/keymap.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/common/config.h b/common/config.h
index 14776cc..58e9a31 100644
--- a/common/config.h
+++ b/common/config.h
@@ -38,7 +38,8 @@
// details see https://precondition.github.io/home-row-mods
// the default is 200
-#define TAPPING_TERM 150
+#define TAPPING_TERM 180
+#define TAPPING_TERM_SLOW 260
#define TAPPING_TERM_PER_KEY
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
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;