3e60997edb
* Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"keyboard_name": "tester",
|
|
"maintainer": "qmk",
|
|
"height": 5,
|
|
"width": 15,
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{ "label": "KC_A", "x": 0, "y": 0, "matrix": [0, 0] }
|
|
]
|
|
}
|
|
}
|
|
}
|