Skip to content

Commit

Permalink
Adding retro-tap to ltq.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacleod committed Nov 4, 2024
1 parent 6961dd0 commit 66ac3b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,16 @@ behaviors {
quick-tap-ms = <100>;
};
// Layer tap with quick tap. This is almost identical to &lt, except
// that it adds a quick-tap for easy key-holding of the tapped key.
// that it adds quick-tap and retro-tap for easy key-holding of the
// tapped key.
ltq: layer_tap_quick {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
bindings = <&mo &kp>;
flavor = "tap-preferred";
tapping-term-ms = <200>;
quick-tap-ms = <100>;
quick-tap-ms = <200>;
retro-tap;
};
}; // end behaviors

Expand Down

0 comments on commit 66ac3b8

Please sign in to comment.