Draytronics Daisy Configurator Refactor (#13325)

* correct layout data

* use LAYOUT as layout macro name

The defined LAYOUT_daisy is functional, but Configurator expects LAYOUT through the info.json file. As the board only supports one layout according to the open-source PCB files, use LAYOUT as the defined macro per QMK guidelines.

* add layout macro alias
This commit is contained in:
James Young
2021-06-25 20:24:42 -07:00
committed by GitHub
parent 39b1dc7672
commit 03791ed92a
3 changed files with 7 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
"maintainer": "ghostseven",
"width": 4,
"height": 3,
"layout_aliases": {
"LAYOUT_daisy": "LAYOUT"
},
"layouts": {
"LAYOUT": {
"layout": [
@@ -18,7 +21,7 @@
{"label":"", "x":0, "y":2},
{"label":"", "x":1, "y":2},
{"label":"", "x":2, "y":2},
{"label":"", "x":3, "y":1, "h":2}
{"label":"", "x":3, "y":2}
]
}
}