diff options
author | QMK Bot <hello@qmk.fm> | 2022-09-29 23:03:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-09-29 23:03:03 +0000 |
commit | 2d98485f55a92fd6e86022b0656e57afbf971f0b (patch) | |
tree | 24685881ab1969b89298193c2fb658136c50e62d /keyboards/ramonimbao/tkl_ff/info.json | |
parent | 700723e046a16ad7a2d9679e83dadbdd7e23ed74 (diff) | |
parent | 96c1ac24eea52fa0b69829ff04a64d2c38febea7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ramonimbao/tkl_ff/info.json')
-rw-r--r-- | keyboards/ramonimbao/tkl_ff/info.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/keyboards/ramonimbao/tkl_ff/info.json b/keyboards/ramonimbao/tkl_ff/info.json index a3a22e34d8..1ff3133deb 100644 --- a/keyboards/ramonimbao/tkl_ff/info.json +++ b/keyboards/ramonimbao/tkl_ff/info.json @@ -7,8 +7,16 @@ "vid": "0xB16B", "device_version": "0.0.1" }, + "layout_aliases": { + "LAYOUT_ansi": "LAYOUT_tkl_f13_ansi", + "LAYOUT_iso": "LAYOUT_tkl_f13_iso" + }, + "community_layouts": [ + "tkl_f13_ansi", + "tkl_f13_iso" + ], "layouts": { - "LAYOUT_ansi": { + "LAYOUT_tkl_f13_ansi": { "layout": [ {"x":0, "y":0}, {"x":1.25, "y":0}, @@ -105,7 +113,7 @@ {"x":17.25, "y":5.25} ] }, - "LAYOUT_iso": { + "LAYOUT_tkl_f13_iso": { "layout": [ {"x":0, "y":0}, {"x":1.25, "y":0}, |