novelkeys/nk20: rename LAYOUT_all to LAYOUT (#18525)

This board only supports one layout.
This commit is contained in:
James Young
2022-09-29 09:48:44 -07:00
committed by GitHub
parent 961de3c205
commit 14e1886405
4 changed files with 11 additions and 8 deletions

View File

@@ -8,8 +8,11 @@
"pid": "0x4E4E",
"device_version": "0.0.1"
},
"layout_aliases": {
"LAYOUT_all": "LAYOUT"
},
"layouts": {
"LAYOUT_all": {
"LAYOUT": {
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "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, "h":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":0, "y":4}, {"x":1, "y":4}, {"x":2, "y":4}, {"x":3, "y":4, "h":2}, {"x":0, "y":5, "w":2}, {"x":2, "y":5}]
}
}