Skip to content

Commit

Permalink
update td_c lk_scrl behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Nov 5, 2024
1 parent 3246d6e commit 7c2a17c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

ht_lclick: ht_lclick {
compatible = "zmk,behavior-hold-tap";
bindings = <&mkp>, <&mkp>;
bindings = <&mkp>, <&mkp>; // hold, tap
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <200>;
Expand All @@ -116,8 +116,8 @@
td_clk_scrl: td_click_or_scroll {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&ht_lclick LCLK LCLK>, <&mo 9>; // hold, tap, double_tap
tapping-term-ms = <250>;
bindings = <&mkp LCLK>, <&mo 9>; // tap/hold, double_tap
};

td_bore: BASE_or_EXTRA {
Expand Down

0 comments on commit 7c2a17c

Please sign in to comment.