Skip to content

Commit

Permalink
feat: update name of tap dance behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
abayomi185 committed Sep 5, 2024
1 parent 26f4b53 commit 089ecc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/ {
behaviors {
td0: tap_dance_0 {
lguilalt: tap_dance_0 {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <200>;
Expand All @@ -44,10 +44,10 @@
// | SHFT | Z | X | C | V | B | | N | M | , | . | / | SHFT |
// |TPD0 |LOWER| SPC | | ENT |RAISE |BKP/DEL|
bindings = <
&mt ESC TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp F22
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHIFT
&td0 &mo 1 &kp SPACE &kp RET &mo 2 &bkspdel
&mt ESC TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp F22
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHIFT
&lguilalt &mo 1 &kp SPACE &kp RET &mo 2 &bkspdel
>;
};
lower_layer {
Expand Down

0 comments on commit 089ecc3

Please sign in to comment.