Skip to content

Commit

Permalink
revert the numpad to left half
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-eden authored and lego-eden committed Jul 15, 2024
1 parent d1cc90c commit e1d4012
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@
//│ Z │ X │ C │ V │ B │ │ N │ M │ , ; │ . : │ - _ │
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &td0
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&lt 2 SPACE &lt 1 TAB &lt 3 RETURN &lt 4 BSPC
&lt 2 SPACE &lt 4 TAB &lt 3 RETURN &lt 1 BSPC
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};

number_layer {
bindings = <
//╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮
//│ │ │ │ | │ │ │ │ │ │ │
&trans &trans &kp RA(N2) &kp RA(NUBS) &trans &trans &kp N7 &kp N8 &kp N9 &trans
//│ │ │ │ │ ^ │ │ │ $ │ │ │ │
&trans &kp N7 &kp N8 &kp N9 &kp LS(RBKT) &trans &kp RA(N4) &trans &trans &trans
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ ^ │ $ │ & │ ! │ │ = │ │ │ │
HRML(A, LS(RBKT), RA(N4), LS(N6)) &kp LS(N1) &kp LS(N0) &kp N4 &kp N5 &kp N6 &trans
//│ │ ^ │ $ │ & │ & │ │ |= │ │ │ │
HRML( N0, N4, N5, N6 ) &kp LS(N6) &kp RA(NUBS) &ht LSHFT LS(N0) &trans &trans &trans
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │ │ │ │ │ │ │ │ │ │
&trans &trans &trans &trans &trans &kp N0 &kp N1 &kp N2 &kp N3 &trans
&trans &kp N1 &kp N2 &kp N3 &trans &trans &trans &trans &trans &trans
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
// | | |
&trans &trans &trans &trans
Expand Down

0 comments on commit e1d4012

Please sign in to comment.