summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2023-06-21 17:42:30 -0700
committerGitHub <noreply@github.com>2023-06-21 17:42:30 -0700
commitb8a12db1a1608349476b03fc9f193c325f1159c3 (patch)
treed61abe9802d3233af8b356d76adc984883e47370
parent6f39205f73df5cc9bc4e8001d19b4aca388689f4 (diff)
Pteropus: correct layout data (#21326)
* [style] friendly-format info.json

* [chore] correct layout data

Fix keys overlapping when rendered in QMK Configurator or CLI.
-rw-r--r--keyboards/pteropus/info.json23
1 files changed, 13 insertions, 10 deletions
diff --git a/keyboards/pteropus/info.json b/keyboards/pteropus/info.json
index b1e0556b61..76cbe67eee 100644
--- a/keyboards/pteropus/info.json
+++ b/keyboards/pteropus/info.json
@@ -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},