mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-09 20:00:24 +01:00
reorder number keys on left-hand layer
This commit is contained in:
parent
d9fa40f024
commit
1dec9ea2c4
1 changed files with 1 additions and 1 deletions
|
@ -165,8 +165,8 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
|||
};
|
||||
l_left_compact_keys {
|
||||
bindings = <
|
||||
&kp N0 &kp N6 &kp N7 &kp N8 &kp N9 &trans &trans &trans &trans &trans
|
||||
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &trans &trans &trans &trans &trans
|
||||
&kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans &trans &trans &trans &trans
|
||||
&trans &kp F1 &kp F2 &kp F3 &kp F4 &trans &trans &trans &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans
|
||||
>;
|
||||
|
|
Loading…
Reference in a new issue