forked from mirrors/qmk_firmware
[Keyboard] fix: unicorne info.json LAYOUT (#17981)
This commit is contained in:
parent
380465e51c
commit
34f0c1ac1b
1 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,11 @@
|
||||||
"pid": "0x0204",
|
"pid": "0x0204",
|
||||||
"device_version": "0.0.1"
|
"device_version": "0.0.1"
|
||||||
},
|
},
|
||||||
|
"layout_aliases": {
|
||||||
|
"LAYOUT": "LAYOUT_split_3x6_4"
|
||||||
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT_unicorne": {
|
"LAYOUT_split_3x6_4": {
|
||||||
"layout": [
|
"layout": [
|
||||||
{"label":"Tab", "x":0, "y":0.8},
|
{"label":"Tab", "x":0, "y":0.8},
|
||||||
{"label":"Q", "x":1, "y":0.8},
|
{"label":"Q", "x":1, "y":0.8},
|
||||||
|
@ -65,4 +68,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue