Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Mar 5, 2024
1 parent 6879fba commit c4b4eee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion config/boards/shields/sweep/custom/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,20 @@
bindings = <&kp>, <&kp>;
};

td_sqt: tap_dance_mods {
td_sqt: tap_dance_quote {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <LT_TAPPING_TERM_MS>;
bindings = <&kp SQT>, <&kp DQT>;
};

td_lower_sp: tap_dance_lower_space {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <LT_TAPPING_TERM_MS>;
bindings = <&mo LOWER>, <&kp SPACE>;
};

/*
td: tap_dance_mods {
compatible = "zmk,behavior-tap-dance";
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/sweep/layer/L1-colemak.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// ├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┤
&kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp DOT &kp FSLH
// ╰───────────────┴───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┴───────────────╯
HM_LI TAB &mo LOWER &mo RAISE &kp SPACE
HM_LI TAB &td_lower_sp &mo RAISE &kp SPACE
// ╰───────────────┴───────────────╯ ╰───────────────┴───────────────╯
>;
};
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/sweep/layer/L1-qwerty.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// ├───────────────┼───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┼───────────────┤
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH
// ╰───────────────┴───────────────┼───────────────┼───────────────┼───────────────┤ ├───────────────├───────────────┼───────────────┼───────────────┴───────────────╯
HM_LI TAB &mo LOWER &mo RAISE &kp SPACE
HM_LI TAB &td_lower_sp &mo RAISE &kp SPACE
// ╰───────────────┴───────────────╯ ╰───────────────┴───────────────╯
>;
};
Expand Down

0 comments on commit c4b4eee

Please sign in to comment.