aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/vertex
diff options
context:
space:
mode:
authorxenogear742025-10-20 03:50:45 +0200
committerGitHub2025-10-20 03:50:45 +0200
commit1a32aa12e039ccec0c8e73d7039caf0f0e78e9b9 (patch)
treecdefd8726f5435ad612a09b872fdaf0e68d8a380 /keyboards/vertex
parent969f324de4b029574e48bfb85c3b030a41bd4d06 (diff)
Fix `vertex/t75` layout coordinates (#25736)
Updated the Y value for row 5. Before they were set to row 4 as well, which caused qmk configurator to overlap rows 4 and 5.
Diffstat (limited to 'keyboards/vertex')
-rw-r--r--keyboards/vertex/t75/keyboard.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/keyboards/vertex/t75/keyboard.json b/keyboards/vertex/t75/keyboard.json
index f67326afb8..824659e827 100644
--- a/keyboards/vertex/t75/keyboard.json
+++ b/keyboards/vertex/t75/keyboard.json
@@ -103,15 +103,15 @@
{"matrix": [4, 11], "x": 12.25, "y": 4, "w": 1.75},
{"matrix": [4, 12], "x": 14, "y": 4},
{"matrix": [4, 13], "x": 15, "y": 4},
- {"matrix": [5, 0], "x": 0, "y": 4, "w": 1.25},
- {"matrix": [5, 1], "x": 1.25, "y": 4, "w": 1.25},
- {"matrix": [5, 2], "x": 2.5, "y": 4, "w": 1.25},
- {"matrix": [5, 5], "x": 3.75, "y": 4, "w": 6.25},
- {"matrix": [5, 9], "x": 10, "y": 4, "w": 1.25},
- {"matrix": [5, 10], "x": 11.25, "y": 4, "w": 1.25},
- {"matrix": [5, 11], "x": 13, "y": 4},
- {"matrix": [5, 12], "x": 14, "y": 4},
- {"matrix": [5, 13], "x": 15, "y": 4}
+ {"matrix": [5, 0], "x": 0, "y": 5, "w": 1.25},
+ {"matrix": [5, 1], "x": 1.25, "y": 5, "w": 1.25},
+ {"matrix": [5, 2], "x": 2.5, "y": 5, "w": 1.25},
+ {"matrix": [5, 5], "x": 3.75, "y": 5, "w": 6.25},
+ {"matrix": [5, 9], "x": 10, "y": 5, "w": 1.25},
+ {"matrix": [5, 10], "x": 11.25, "y": 5, "w": 1.25},
+ {"matrix": [5, 11], "x": 13, "y": 5},
+ {"matrix": [5, 12], "x": 14, "y": 5},
+ {"matrix": [5, 13], "x": 15, "y": 5}
]
}
}