Skip to content

Commit

Permalink
Fully removed &mnav from keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Feb 18, 2025
1 parent 3a93a5e commit 16fbfb2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -284,16 +284,6 @@
<&mo MACRO_PLACEHOLDER>;
};

mnav: from_layer_to_nav_through_def { // Disables any toggled layer and goes to NAV on hold
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&macro_tap &to DEF>,
<&macro_press &lc NAV>,
<&macro_pause_for_release>,
<&macro_release &lc NAV>;
};

};

conditional_layers {
Expand Down Expand Up @@ -322,7 +312,7 @@
&trans &trans &trans &trans &trans &kp PLUS &kp N7 &kp N8 &kp N9 &kp ASTRK
&trans &trans &trans &trans &trans &hrmr HYPR MINUS &hrmr RGUI N4 &hrmr RSHFT N5 &hrmr RALT N6 &hrmr RCTRL SLASH
&trans &trans &trans &trans &trans &kp COMMA &kp N1 &kp N2 &kp N3 &kp KP_DOT
&mnav &trans &lt NAV SPACE &lt SYM N0
&trans &trans &lt NAV SPACE &lt SYM N0
>;
};

Expand Down

0 comments on commit 16fbfb2

Please sign in to comment.