forked from mirrors/qmk_userspace
Six Pack and ortho_ layout updates (#13587)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Suschman <suschman@gmail.com>
This commit is contained in:
parent
046429fa87
commit
7e698c71cd
39 changed files with 335 additions and 19 deletions
20
layouts/default/ortho_2x3/info.json
Normal file
20
layouts/default/ortho_2x3/info.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"keyboard_name": "2x3 ortholinear layout",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"width": 3,
|
||||
"height": 2,
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_2x3": {
|
||||
"layout": [
|
||||
{"x":0, "y":0},
|
||||
{"x":1, "y":0},
|
||||
{"x":2, "y":0},
|
||||
|
||||
{"x":0, "y":1},
|
||||
{"x":1, "y":1},
|
||||
{"x":2, "y":1}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue