Add info.json files for all default layouts (#7425)
* Add info.json files for all default layouts * Update layouts/default/60_hhkb/layout.json * Fix layout.json spacing and info.json dimensions
This commit is contained in:
parent
6776703d8f
commit
f7c8e7ff70
64 changed files with 2701 additions and 138 deletions
32
layouts/default/ortho_4x4/info.json
Normal file
32
layouts/default/ortho_4x4/info.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"keyboard_name": "4x4 ortholinear layout",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"width": 4,
|
||||
"height": 4,
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x4": {
|
||||
"layout": [
|
||||
{"x":0, "y":0},
|
||||
{"x":1, "y":0},
|
||||
{"x":2, "y":0},
|
||||
{"x":3, "y":0},
|
||||
|
||||
{"x":0, "y":1},
|
||||
{"x":1, "y":1},
|
||||
{"x":2, "y":1},
|
||||
{"x":3, "y":1},
|
||||
|
||||
{"x":0, "y":2},
|
||||
{"x":1, "y":2},
|
||||
{"x":2, "y":2},
|
||||
{"x":3, "y":2},
|
||||
|
||||
{"x":0, "y":3},
|
||||
{"x":1, "y":3},
|
||||
{"x":2, "y":3},
|
||||
{"x":3, "y":3}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
["","","",""],
|
||||
[{a:7},"","","",""],
|
||||
["","","",""],
|
||||
["","","",""],
|
||||
["","","",""]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue