diff options
author | Less/Rikki <86894501+lesshonor@users.noreply.github.com> | 2022-08-11 00:42:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 21:42:34 -0700 |
commit | 34f0c1ac1b0bd5b10735f81ff8e68f7902a6c116 (patch) | |
tree | 3b0bf4218148b028df7821b0b38a4643a7da9722 /keyboards/yanghu/unicorne | |
parent | 380465e51cd2a747ef8dd93a94ac24efd9b1e909 (diff) |
[Keyboard] fix: unicorne info.json LAYOUT (#17981)
Diffstat (limited to 'keyboards/yanghu/unicorne')
-rw-r--r-- | keyboards/yanghu/unicorne/info.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/yanghu/unicorne/info.json b/keyboards/yanghu/unicorne/info.json index 088e072621..67bb7f657d 100644 --- a/keyboards/yanghu/unicorne/info.json +++ b/keyboards/yanghu/unicorne/info.json @@ -8,8 +8,11 @@ "pid": "0x0204", "device_version": "0.0.1" }, + "layout_aliases": { + "LAYOUT": "LAYOUT_split_3x6_4" + }, "layouts": { - "LAYOUT_unicorne": { + "LAYOUT_split_3x6_4": { "layout": [ {"label":"Tab", "x":0, "y":0.8}, {"label":"Q", "x":1, "y":0.8}, @@ -65,4 +68,4 @@ ] } } -} +} |