Pteropus: correct layout data (#21326)

* [style] friendly-format info.json

* [chore] correct layout data

Fix keys overlapping when rendered in QMK Configurator or CLI.
This commit is contained in:
James Young 2023-06-21 17:42:30 -07:00 committed by GitHub
parent 6f39205f73
commit b8a12db1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@
{"matrix": [0, 7], "x": 10, "y": 0},
{"matrix": [0, 8], "x": 11, "y": 0.125},
{"matrix": [0, 9], "x": 12, "y": 0.25},
{"matrix": [1, 0], "x": 0, "y": 1.25},
{"matrix": [1, 1], "x": 1, "y": 1.125},
{"matrix": [1, 2], "x": 2, "y": 1},
@ -47,16 +48,18 @@
{"matrix": [1, 7], "x": 10, "y": 1},
{"matrix": [1, 8], "x": 11, "y": 1.125},
{"matrix": [1, 9], "x": 12, "y": 1.25},
{"matrix": [2, 0], "x": 0, "y": 1.25},
{"matrix": [2, 1], "x": 1, "y": 1.125},
{"matrix": [2, 2], "x": 2, "y": 1},
{"matrix": [2, 3], "x": 3, "y": 1.125},
{"matrix": [2, 4], "x": 4, "y": 1.25},
{"matrix": [2, 5], "x": 8, "y": 1.25},
{"matrix": [2, 6], "x": 9, "y": 1.125},
{"matrix": [2, 7], "x": 10, "y": 1},
{"matrix": [2, 8], "x": 11, "y": 1.125},
{"matrix": [2, 9], "x": 12, "y": 1.25},
{"matrix": [2, 0], "x": 0, "y": 2.25},
{"matrix": [2, 1], "x": 1, "y": 2.125},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2.125},
{"matrix": [2, 4], "x": 4, "y": 2.25},
{"matrix": [2, 5], "x": 8, "y": 2.25},
{"matrix": [2, 6], "x": 9, "y": 2.125},
{"matrix": [2, 7], "x": 10, "y": 2},
{"matrix": [2, 8], "x": 11, "y": 2.125},
{"matrix": [2, 9], "x": 12, "y": 2.25},
{"matrix": [3, 2], "x": 3, "y": 3.25},
{"matrix": [3, 3], "x": 4, "y": 3.5},
{"matrix": [3, 4], "x": 5, "y": 3.75},