Add default `ortho_1x1` layout (#13118)
parent
b10728edc1
commit
9dffd35762
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"keyboard_name": "1x1 ortholinear layout",
|
||||||
|
"url": "",
|
||||||
|
"maintainer": "qmk",
|
||||||
|
"width": 1,
|
||||||
|
"height": 1,
|
||||||
|
"layouts": {
|
||||||
|
"LAYOUT_ortho_1x1": {
|
||||||
|
"layout": [
|
||||||
|
{"x":0, "y":0}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
[{a:7},""]
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
# ortho_1x1
|
||||||
|
|
||||||
|
LAYOUT_ortho_1x1
|
||||||
Loading…
Reference in New Issue