Skip to content

Commit

Permalink
update tapping term
Browse files Browse the repository at this point in the history
  • Loading branch information
wochap committed Jul 10, 2024
1 parent eb342c6 commit ea4624e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
c_hm_l: homerow_left_mod {
compatible = "zmk,behavior-hold-tap";
quick-tap-ms = <150>; // tap held if same key is pressed twice within that time
tapping-term-ms = <150>;
tapping-term-ms = <175>;
require-prior-idle-ms = <125>; // tap if prev non modifier key was pressed within that time
flavor = "tap-preferred"; // hold if key was pressed longer than tapping term
#binding-cells = <2>;
Expand All @@ -47,7 +47,7 @@
c_hm_r: homerow_right_mod {
compatible = "zmk,behavior-hold-tap";
quick-tap-ms = <150>; // tap held if same key is pressed twice within that time
tapping-term-ms = <150>;
tapping-term-ms = <175>;
require-prior-idle-ms = <125>; // tap if prev non modifier key was pressed within that time
flavor = "tap-preferred"; // hold if key was pressed longer than tapping term
#binding-cells = <2>;
Expand Down

0 comments on commit ea4624e

Please sign in to comment.