diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-11 04:43:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-11 04:43:11 +0000 |
commit | f3acbf60fcfcf9428dddacffc0a633c9264b4965 (patch) | |
tree | 52c6eca6e686157706f69226e2af005c0404939c | |
parent | 91be4740f202bc56137801e2c53b6dd715be6f39 (diff) | |
parent | 34f0c1ac1b0bd5b10735f81ff8e68f7902a6c116 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-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 @@ ] } } -} +} |