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
39
layouts/default/numpad_6x4/info.json
Normal file
39
layouts/default/numpad_6x4/info.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"keyboard_name": "6x4 number pad layout",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"width": 4,
|
||||
"height": 6,
|
||||
"layouts": {
|
||||
"LAYOUT_numpad_6x4": {
|
||||
"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":0, "y":3},
|
||||
{"x":1, "y":3},
|
||||
{"x":2, "y":3},
|
||||
{"x":3, "y":2, "h":2},
|
||||
|
||||
{"x":0, "y":4},
|
||||
{"x":1, "y":4},
|
||||
{"x":2, "y":4},
|
||||
|
||||
{"x":0, "y":5, "w":2},
|
||||
{"x":2, "y":5},
|
||||
{"x":3, "y":4, "h":2}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
[{a:7},"","","",""],
|
||||
["","","",""],
|
||||
[{y:0.5},"","","",""],
|
||||
["","","",{h:2},""],
|
||||
["","",""],
|
||||
["","","",{h:2},""],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue