Skip to content

Commit

Permalink
change tapping-term
Browse files Browse the repository at this point in the history
  • Loading branch information
zoovasoup committed Sep 12, 2024
1 parent c905cf4 commit 0660f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/shields/waffle-34k/waffle-34k.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
bhm: balanced_homerow_mods {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
tapping-term-ms = <120>; // <---[[moderate duration]]
tapping-term-ms = <200>; // <---[[moderate duration]]
quick-tap-ms = <0>;
flavor = "balanced";
bindings = <&kp>, <&kp>;
Expand All @@ -33,7 +33,7 @@
td0: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <120>;
tapping-term-ms = <190>;
bindings = <&kp J>, <&kp ESC>;
};
};
Expand Down

0 comments on commit 0660f04

Please sign in to comment.