Skip to content

Commit

Permalink
Add tapdance for navigation layer toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Sep 28, 2023
1 parent c3c46bc commit 2f274fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/adv360.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
<&kp>,
<&kp>;
};
nav_easy: nav_easy {
compatible = "zmk,behavior-tap-dance";
label = "NAV_EASY";
#binding-cells = <0>;
bindings =
<&mo 4>,
<&tog 4>;
};
};

keymap {
Expand All @@ -29,7 +37,7 @@
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &tog 1 &mo 3 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
&kp TAB &kp Q &kp W &kp E &kp R &kp T &none &none &kp Y &kp U &kp I &kp O &kp P &kp BSLH
&kp ESC &kp A &kp S &kp D &kp F &kp G &kp EQUAL &kp LGUI &kp LALT &kp LGUI &kp RCTRL &kp MINUS &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &mo 4 &kp PG_UP &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &nav_easy &kp PG_UP &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&kp LCTRL &kp GRAVE &kp CAPS &kp LEFT &kp RIGHT &kp SPACE &mo 2 &kp ESCAPE &kp PG_DN &kp ENTER &kp BACKSPACE &kp UP &kp DOWN &kp LBKT &kp RBKT &mo 2
>;
};
Expand Down

0 comments on commit 2f274fb

Please sign in to comment.