Align some quantum sub-directories (#14134)

* Misc folder tidy

* Review comments

* Remove redundant entry
This commit is contained in:
Joel Challis
2021-08-24 17:07:11 +01:00
committed by GitHub
parent 2827a3cf75
commit 2cade3a483
17 changed files with 6 additions and 13 deletions

View File

@@ -0,0 +1,19 @@
{
"keyboard_name": "%KEYBOARD%",
"url": "",
"maintainer": "%YOUR_NAME%",
"width": 3,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [
{"label": "k00", "x": 0, "y": 0},
{"label": "k01", "x": 1, "y": 0},
{"label": "k02", "x": 2, "y": 0},
{"label": "k10", "x": 0, "y": 1, "w": 1.5},
{"label": "k12", "x": 1.5, "y": 1, "w": 1.5}
]
}
}
}