Skip to content

Commit

Permalink
Added transparent keys to num_word layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Jan 15, 2025
1 parent 008916c commit b4d046a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@

NUM {
bindings = <
&kp COLON &kp N7 &kp N8 &kp N9 &kp BSPC &none &none &none &none &none
&kp N0 &kp N4 &kp N5 &kp N6 &kp KP_ENTER &sk HYPER &sk RCMD &sk LSHFT &sk RALT &kp RCTRL
&kp COMMA &kp N1 &kp N2 &kp N3 &kp KP_DOT &none &none &none &none &none
&mo NAV &sl SYM &trans &lc SYM
&kp COLON &kp N7 &kp N8 &kp N9 &kp BSPC &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 &sl SYM &trans &lc SYM
>;
};

Expand Down

0 comments on commit b4d046a

Please sign in to comment.