Skip to content

Commit

Permalink
ändrar nummerlagret till höger-sida och numpad layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lego-eden authored and lego-eden committed Jun 19, 2024
1 parent 79369a3 commit 3774669
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,25 @@
//│ 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 4 TAB &lt 3 RETURN &lt 1 BSPC
&lt 2 SPACE &lt 1 TAB &lt 3 RETURN &lt 4 BSPC
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};

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

0 comments on commit 3774669

Please sign in to comment.