[Keyboard] fix: unicorne info.json LAYOUT (#17981)

This commit is contained in:
Less/Rikki 2022-08-11 00:42:34 -04:00 committed by GitHub
parent 380465e51c
commit 34f0c1ac1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 @@
] ]
} }
} }
} }