Skip to content

Commit

Permalink
Add ABxx7 layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonimbao committed Nov 14, 2023
1 parent 6446b7c commit 46afe41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion config/boards/arm/mona_w/mona_w.dts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
RC(1,0) RC(1,1) RC(1,2) RC(1,3) RC(1,4) RC(1,5) RC(1,6) RC(1,7) RC(1,8) RC(1,9) RC(1,10) RC(1,11) RC(1,12) RC(1,14)
RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) RC(2,8) RC(2,9) RC(2,10) RC(2,11) RC(2,13)
RC(3,0) RC(3,2) RC(3,3) RC(3,4) RC(3,5) RC(3,6) RC(3,7) RC(3,8) RC(3,9) RC(3,10) RC(3,11) RC(3,13)
RC(4,0) RC(4,1) RC(4,2) RC(4,6) RC(4,10) RC(4,11) RC(4,13) RC(4,14)
RC(4,0) RC(4,1) RC(4,2) RC(4,6) RC(4,11) RC(4,13) RC(4,14)
>;
};

Expand Down
15 changes: 7 additions & 8 deletions config/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@
{"row":3, "col":11, "x":11.25, "y":3},
{"row":3, "col":13, "x":12.25, "y":3, "w":2.75},

{"row":4, "col": 0, "x": 0, "y":4, "w":1.25},
{"row":4, "col": 1, "x": 1.25, "y":4, "w":1.25},
{"row":4, "col": 2, "x": 2.5, "y":4, "w":1.25},
{"row":4, "col": 8, "x": 3.75, "y":4, "w":6.25},
{"row":4, "col":10, "x":10, "y":4, "w":1.25},
{"row":4, "col":11, "x":11.25, "y":4, "w":1.25},
{"row":4, "col":13, "x":12.5, "y":4, "w":1.25},
{"row":4, "col":14, "x":13.75, "y":4, "w":1.25}
{"row":4, "col": 0, "x": 0, "y":4, "w":1.5},
{"row":4, "col": 1, "x": 1.5, "y":4},
{"row":4, "col": 2, "x": 2.5, "y":4, "w":1.5},
{"row":4, "col": 8, "x": 4, "y":4, "w":7},
{"row":4, "col":11, "x":11, "y":4, "w":1.5},
{"row":4, "col":13, "x":12.5, "y":4},
{"row":4, "col":14, "x":13.5, "y":4, "w":1.5}
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions config/mona_w.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT &kp RBKT &kp BSLH
&kp CAPS &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp APOS &kp ENTER
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SLASH &kp RSHFT
&kp LCTRL &kp LGUI &kp LALT &kp SPACE &kp RALT &kp RGUI &mo 1 &kp RCTRL
&kp LCTRL &kp LGUI &kp LALT &kp SPACE &kp RALT &kp RGUI &kp RCTRL
>;
};

Expand All @@ -28,7 +28,7 @@
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &kp PSCRN &kp SLCK &kp PAUSE_BREAK &trans &trans &kp UP &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &kp HOME &kp PG_UP &kp LEFT &kp RIGHT &trans
&trans &trans &trans &trans &trans &trans &trans &trans &kp END &kp PG_DN &kp DOWN &trans
&trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans
>;
};
};
Expand Down

0 comments on commit 46afe41

Please sign in to comment.