Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Feb 4, 2024
1 parent 1230428 commit 5842f93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_34/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@

td: tap_dance_mods {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE";
#binding-cells = <2>;
tapping-term-ms = <TD_TAPPING_TERM_MS>;
bindings = <&kp>, <&kp>;
};

td_gui_alt: tap_dance_gui_alt {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_GUI_ALT";
#binding-cells = <0>;
tapping-term-ms = <TD_TAPPING_TERM_MS>;
bindings = <&kp LGUI>, <&kp LALT>;
Expand Down

0 comments on commit 5842f93

Please sign in to comment.