Skip to content

Commit

Permalink
Try longer tapping-term-ms and quick-tap-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
rbelem committed Jun 28, 2024
1 parent a1dddfd commit 0c0c450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "hold-preferred";
tapping-term-ms = <200>;
tapping-term-ms = <280>;
bindings = <&kp>, <&sl>;
hold-while-undecided;
};
kp_csl: keypress_stickylayer {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <100>;
quick-tap-ms = <75>;
tapping-term-ms = <280>;
quick-tap-ms = <QUICK_TAP_MS>;
bindings = <&kp>, <&csl>;
};
td: tap_dance {
Expand Down

0 comments on commit 0c0c450

Please sign in to comment.