Browse Source

Pteropus: correct layout data (#21326)

* [style] friendly-format info.json

* [chore] correct layout data

Fix keys overlapping when rendered in QMK Configurator or CLI.
pull/19389/merge
James Young 10 months ago
committed by GitHub
parent
commit
b8a12db1a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 10 deletions
  1. +13
    -10
      keyboards/pteropus/info.json

+ 13
- 10
keyboards/pteropus/info.json 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},


Loading…
Cancel
Save