forked from mirrors/qmk_userspace
Add default ortho_1x1
layout (#13118)
This commit is contained in:
parent
b10728edc1
commit
9dffd35762
4 changed files with 30 additions and 0 deletions
14
layouts/default/ortho_1x1/info.json
Normal file
14
layouts/default/ortho_1x1/info.json
Normal file
|
@ -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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue