diff options
author | bojiguard <107382014+bojiguard@users.noreply.github.com> | 2022-09-22 02:32:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 18:32:31 +0100 |
commit | ee22f34e69abcd191b887d8dec7ae25655cc6cb4 (patch) | |
tree | 25dbaa2c0a3bd0e308e0d5fff79be1b0c94f4036 /keyboards/fungo/rev1/info.json | |
parent | b03a3d7047e85a798c9368c64dbdb3f75be6d761 (diff) |
Fungo rev1: fix QMK Configurator key sequence - info.json (#18434)
* * info.json: fix key position and order
* fix json format
* Update keyboards/fungo/rev1/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/fungo/rev1/info.json')
-rw-r--r-- | keyboards/fungo/rev1/info.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/keyboards/fungo/rev1/info.json b/keyboards/fungo/rev1/info.json index 6941d70d81..cb5b7c6991 100644 --- a/keyboards/fungo/rev1/info.json +++ b/keyboards/fungo/rev1/info.json @@ -63,10 +63,10 @@ {"x":4, "y":3.125}, {"x":5, "y":3.25}, {"x":6, "y":3.5}, - {"x":7, "y":4}, - {"x":8.25, "y":3.75}, - {"x":9.75, "y":3.75}, - {"x":11, "y":4}, + {"x":7, "y":4.25}, + {"x":8, "y":4.5}, + {"x":10, "y":4.5}, + {"x":11, "y":4.25}, {"x":12, "y":3.5}, {"x":13, "y":3.25}, {"x":14, "y":3.125}, @@ -78,20 +78,20 @@ {"x":0, "y":4.375}, {"x":1, "y":4.375}, {"x":2, "y":4.25}, - {"x":3, "y":4.25}, - {"x":4.333, "y":4.25}, - {"x":5.667, "y":4.625}, - {"x":7, "y":5}, - {"x":8.25, "y":4.75}, - {"x":9.75, "y":4.75}, - {"x":11, "y":5}, - {"x":12.333, "y":4.625}, - {"x":13.667, "y":4.25}, - {"x":15, "y":4.25}, + {"x":3.25, "y":4.25}, + {"x":4.5, "y":4.5}, + {"x":5.75, "y":5}, + {"x":7, "y":5.25}, + {"x":8, "y":5.5}, + {"x":10, "y":5.5}, + {"x":11, "y":5.25}, + {"x":12.25, "y":5}, + {"x":13.5, "y":4.5}, + {"x":14.75, "y":4.25}, {"x":16, "y":4.25}, {"x":17, "y":4.375}, {"x":18, "y":4.375} ] } } -} +}
\ No newline at end of file |