Skip to content

Commit

Permalink
Added back KP_ENTER to NUM
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Nov 29, 2024
1 parent 109288a commit 0bf4b30
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define AOE 7 // AOE 2 layers with easier access for default shortcuts on main layer
#define AGS 8
#define ABS 9

#define HYPER LG(LS(LC(LALT)))

&sk {
Expand Down Expand Up @@ -320,10 +319,10 @@

NUM {
bindings = <
&kp COLON &kp N7 &kp N8 &kp N9 &kp LA(N0) &trans &trans &trans &trans &trans
&kp N0 &kp N4 &kp N5 &kp N6 &sl SYM &trans &trans &trans &trans &trans
&kp COMMA &kp N1 &kp N2 &kp N3 &kp KP_DOT &trans &trans &trans &trans &trans
&mo NAV &tog NUM &trans &trans
&kp COLON &kp N7 &kp N8 &kp N9 &sl SYM &trans &trans &trans &trans &trans
&kp N0 &kp N4 &kp N5 &kp N6 &kp KP_ENTER &trans &trans &trans &trans &trans
&kp COMMA &kp N1 &kp N2 &kp N3 &kp KP_DOT &trans &trans &trans &trans &trans
&mo NAV &tog NUM &trans &trans
>;
};

Expand Down

0 comments on commit 0bf4b30

Please sign in to comment.