Skip to content

Commit

Permalink
Pteropus: correct layout data (qmk#21326)
Browse files Browse the repository at this point in the history
* [style] friendly-format info.json

* [chore] correct layout data

Fix keys overlapping when rendered in QMK Configurator or CLI.
  • Loading branch information
noroadsleft authored Jun 22, 2023
1 parent 6f39205 commit b8a12db
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions keyboards/pteropus/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -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},
Expand Down

0 comments on commit b8a12db

Please sign in to comment.