Skip to content

Commit 6a5476e

Browse files
committed
Increase quick-tap timeout for repeated home row characters
1 parent b8fd962 commit 6a5476e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config/charybdis.keymap

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
flavor = "tap-preferred";
114114
};
115115

116+
/* Hold-tap for backspace and delete */
116117
backspace_tap: backspace_tap {
117118
compatible = "zmk,behavior-hold-tap";
118119
bindings = <&shiftcdel>, <&shiftdel>;
@@ -130,7 +131,7 @@
130131

131132
#binding-cells = <2>;
132133
tapping-term-ms = <300>;
133-
quick-tap-ms = <100>;
134+
quick-tap-ms = <175>;
134135
require-prior-idle-ms = <25>;
135136
flavor = "balanced";
136137
hold-trigger-key-positions = <13 25 14 26 37 38 39 15 27 16 40 28 17 29 41 5 4 3 2 1 0 24 49 52 51 12 36 50 48>;
@@ -143,7 +144,7 @@
143144

144145
#binding-cells = <2>;
145146
tapping-term-ms = <300>;
146-
quick-tap-ms = <100>;
147+
quick-tap-ms = <175>;
147148
// require-prior-idle-ms = <25>; // Remove this for shift key only?
148149
flavor = "balanced";
149150
hold-trigger-key-positions = <13 25 14 26 37 38 39 15 27 16 40 28 17 29 41 5 4 3 2 1 0 24 49 52 51 12 36 50 48>;
@@ -156,7 +157,7 @@
156157

157158
#binding-cells = <2>;
158159
tapping-term-ms = <300>;
159-
quick-tap-ms = <100>;
160+
quick-tap-ms = <175>;
160161
require-prior-idle-ms = <25>;
161162
flavor = "balanced";
162163
hold-trigger-key-positions = <18 22 30 31 32 33 34 42 43 44 45 46 19 20 21 22 54 10 9 8 7 6 10 11 22 23 35 47 55 53>;
@@ -169,7 +170,7 @@
169170

170171
#binding-cells = <2>;
171172
tapping-term-ms = <300>;
172-
quick-tap-ms = <100>;
173+
quick-tap-ms = <175>;
173174
// require-prior-idle-ms = <25>; // Remove this for shift key only?
174175
flavor = "balanced";
175176
hold-trigger-key-positions = <18 22 30 31 32 33 34 42 43 44 45 46 19 20 21 22 54 10 9 8 7 6 10 11 22 23 35 47 55 53>;

0 commit comments

Comments
 (0)