Skip to content

Commit

Permalink
add tap dance for layer to layer
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Sep 19, 2023
1 parent 8584cc6 commit 0cec27f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions custom/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp LGUI>, <&kp LALT>;
};

td_low_adj: td_low_adj {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_LOWER_ADJUST";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&mo LOWER>, <&mo ADJUST>;
};

td_rai_adj: td_rai_adj {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_RAISE_ADJUST";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&mo RIASE>, <&mo ADJUST>;
};
};
};

0 comments on commit 0cec27f

Please sign in to comment.