summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-03-09 01:27:01 +0000
committerQMK Bot <hello@qmk.fm>2024-03-09 01:27:01 +0000
commit5dfe2bc37a58c80cb9ac3c36e649d93acace54da (patch)
treefe4ad7f19a1eabd99f04468d66ac0e699d5d72a5 /keyboards
parent42c048e08abb555e01d854b439c3f35cea21e2e6 (diff)
parentfec2323089ab38262195eda4e68db7d0d6c9e7c7 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/orthograph/info.json176
1 files changed, 93 insertions, 83 deletions
diff --git a/keyboards/orthograph/info.json b/keyboards/orthograph/info.json
index 19d3f6b2fb..ad37b0c723 100644
--- a/keyboards/orthograph/info.json
+++ b/keyboards/orthograph/info.json
@@ -140,90 +140,100 @@
140 "layouts": { 140 "layouts": {
141 "LAYOUT": { 141 "LAYOUT": {
142 "layout": [ 142 "layout": [
143 {"matrix": [0, 0], "label":"Esc", "x":0.75, "y":0, "w":1.5}, 143 {"matrix": [0, 0], "label": "Esc", "x": 0, "y": 0, "w": 1.5},
144 {"matrix": [0, 1], "label":"F1", "x":2.25, "y":0}, 144 {"matrix": [0, 1], "label": "F1", "x": 1.5, "y": 0},
145 {"matrix": [0, 2], "label":"F2", "x":3.25, "y":0}, 145 {"matrix": [0, 2], "label": "F2", "x": 2.5, "y": 0},
146 {"matrix": [0, 3], "label":"F3", "x":4.25, "y":0}, 146 {"matrix": [0, 3], "label": "F3", "x": 3.5, "y": 0},
147 {"matrix": [0, 4], "label":"F4", "x":5.25, "y":0}, 147 {"matrix": [0, 4], "label": "F4", "x": 4.5, "y": 0},
148 {"matrix": [0, 5], "label":"F5", "x":6.25, "y":0}, 148 {"matrix": [0, 5], "label": "F5", "x": 5.5, "y": 0},
149 {"matrix": [6, 0], "label":"F6", "x":12.5, "y":0},
150 {"matrix": [6, 1], "label":"F7", "x":13.5, "y":0},
151 {"matrix": [6, 2], "label":"F8", "x":14.5, "y":0},
152 {"matrix": [6, 3], "label":"F9", "x":15.5, "y":0},
153 {"matrix": [6, 4], "label":"F10", "x":16.5, "y":0},
154 {"matrix": [6, 5], "label":"F11", "x":17.5, "y":0},
155 {"matrix": [6, 6], "label":"F12", "x":18.5, "y":0},
156 {"matrix": [1, 0], "label":"~", "x":0.75, "y":1, "w":1.5},
157 {"matrix": [1, 1], "label":"1", "x":2.25, "y":1},
158 {"matrix": [1, 2], "label":"2", "x":3.25, "y":1},
159 {"matrix": [1, 3], "label":"3", "x":4.25, "y":1},
160 {"matrix": [1, 4], "label":"4", "x":5.25, "y":1},
161 {"matrix": [1, 5], "label":"5", "x":6.25, "y":1},
162 {"matrix": [7, 0], "label":"^", "x":12.5, "y":1},
163 {"matrix": [7, 1], "label":"&", "x":13.5, "y":1},
164 {"matrix": [7, 2], "label":"*", "x":14.5, "y":1},
165 {"matrix": [7, 3], "label":"(", "x":15.5, "y":1},
166 {"matrix": [7, 4], "label":")", "x":16.5, "y":1},
167 {"matrix": [7, 5], "label":"_", "x":17.5, "y":1},
168 {"matrix": [7, 6], "label":"+", "x":18.5, "y":1},
169 {"matrix": [7, 7], "label":"Backspace", "x":19.5, "y":1, "w":1.5},
170 {"matrix": [2, 0], "label":"Tab", "x":0.75, "y":2, "w":1.5},
171 {"matrix": [2, 1], "label":"Q", "x":2.25, "y":2},
172 {"matrix": [2, 2], "label":"W", "x":3.25, "y":2},
173 {"matrix": [2, 3], "label":"E", "x":4.25, "y":2},
174 {"matrix": [2, 4], "label":"R", "x":5.25, "y":2},
175 {"matrix": [2, 5], "label":"T", "x":6.25, "y":2},
176 {"matrix": [8, 0], "label":"Y", "x":12.5, "y":2},
177 {"matrix": [8, 1], "label":"U", "x":13.5, "y":2},
178 {"matrix": [8, 2], "label":"I", "x":14.5, "y":2},
179 {"matrix": [8, 3], "label":"O", "x":15.5, "y":2},
180 {"matrix": [8, 4], "label":"P", "x":16.5, "y":2},
181 {"matrix": [8, 5], "label":"{", "x":17.5, "y":2},
182 {"matrix": [8, 6], "label":"}", "x":18.5, "y":2},
183 {"matrix": [8, 7], "label":"|", "x":19.5, "y":2, "w":1.5},
184 {"matrix": [3, 0], "label":"Caps", "x":0.75, "y":3, "w":1.5},
185 {"matrix": [3, 1], "label":"A", "x":2.25, "y":3},
186 {"matrix": [3, 2], "label":"S", "x":3.25, "y":3},
187 {"matrix": [3, 3], "label":"D", "x":4.25, "y":3},
188 {"matrix": [3, 4], "label":"F", "x":5.25, "y":3},
189 {"matrix": [3, 5], "label":"G", "x":6.25, "y":3},
190 {"matrix": [9, 0], "label":"H", "x":12.5, "y":3},
191 {"matrix": [9, 1], "label":"J", "x":13.5, "y":3},
192 {"matrix": [9, 2], "label":"K", "x":14.5, "y":3},
193 {"matrix": [9, 3], "label":"L", "x":15.5, "y":3},
194 {"matrix": [9, 4], "label":":", "x":16.5, "y":3},
195 {"matrix": [9, 5], "label":"\"", "x":17.5, "y":3},
196 {"matrix": [9, 6], "label":"Enter", "x":18.5, "y":3, "w":2.25},
197 {"matrix": [4, 0], "label":"Shift", "x":0.75, "y":4, "w":1.5},
198 {"matrix": [4, 1], "label":"Z", "x":2.25, "y":4},
199 {"matrix": [4, 2], "label":"X", "x":3.25, "y":4},
200 {"matrix": [4, 3], "label":"C", "x":4.25, "y":4},
201 {"matrix": [4, 4], "label":"V", "x":5.25, "y":4},
202 {"matrix": [4, 5], "label":"B", "x":6.25, "y":4},
203 {"matrix": [10, 0], "label":"N", "x":12.5, "y":4},
204 {"matrix": [10, 1], "label":"M", "x":13.5, "y":4},
205 {"matrix": [10, 2], "label":"<", "x":14.5, "y":4},
206 {"matrix": [10, 3], "label":">", "x":15.5, "y":4},
207 {"matrix": [10, 4], "label":"?", "x":16.5, "y":4},
208 {"matrix": [10, 5], "label":"Shift", "x":17.5, "y":4, "w":1.5},
209 {"matrix": [10, 6], "label":"\u2191", "x":19, "y":4},
210 {"matrix": [10, 7], "label":"mx", "x":20, "y":4},
211 {"matrix": [5, 0], "label":"Ctrl", "x":1, "y":5, "w":1.25},
212 {"matrix": [5, 1], "label":"Win", "x":2.25, "y":5, "w":1.25},
213 {"matrix": [5, 2], "label":"Alt", "x":3.5, "y":5, "w":1.25},
214 {"matrix": [5, 3], "label":"Menu", "x":4.75, "y":5, "w":1.25},
215 {"matrix": [5, 4], "label":"space", "x":0, "y":4.75, "h":2},
216 {"matrix": [5, 5], "label":"fn", "x":1, "y":4.75, "h":2},
217 {"matrix": [11, 0], "label":"space2", "x":-2, "y":4.5, "h":2},
218 {"matrix": [11, 1], "label":"fn", "x":-1.0, "y":4.5, "h":2},
219 {"matrix": [11, 2], "label":"Alt", "x":14.25, "y":5, "w":1.25},
220 {"matrix": [11, 3], "label":"Win", "x":15.5, "y":5, "w":1.25},
221 {"matrix": [11, 4], "label":"Ctrl", "x":16.75, "y":5, "w":1.25},
222 {"matrix": [11, 5], "label":"\u2190", "x":18, "y":5},
223 {"matrix": [11, 6], "label":"\u2193", "x":19, "y":5},
224 {"matrix": [11, 7], "label":"\u2192", "x":20, "y":5}
225 149
150 {"matrix": [6, 0], "label": "F6", "x": 11.75, "y": 0},
151 {"matrix": [6, 1], "label": "F7", "x": 12.75, "y": 0},
152 {"matrix": [6, 2], "label": "F8", "x": 13.75, "y": 0},
153 {"matrix": [6, 3], "label": "F9", "x": 14.75, "y": 0},
154 {"matrix": [6, 4], "label": "F10", "x": 15.75, "y": 0},
155 {"matrix": [6, 5], "label": "F11", "x": 16.75, "y": 0},
156 {"matrix": [6, 6], "label": "F12", "x": 17.75, "y": 0},
157
158 {"matrix": [1, 0], "label": "~", "x": 0, "y": 1, "w": 1.5},
159 {"matrix": [1, 1], "label": "1", "x": 1.5, "y": 1},
160 {"matrix": [1, 2], "label": "2", "x": 2.5, "y": 1},
161 {"matrix": [1, 3], "label": "3", "x": 3.5, "y": 1},
162 {"matrix": [1, 4], "label": "4", "x": 4.5, "y": 1},
163 {"matrix": [1, 5], "label": "5", "x": 5.5, "y": 1},
164
165 {"matrix": [7, 0], "label": "^", "x": 11.75, "y": 1},
166 {"matrix": [7, 1], "label": "&", "x": 12.75, "y": 1},
167 {"matrix": [7, 2], "label": "*", "x": 13.75, "y": 1},
168 {"matrix": [7, 3], "label": "(", "x": 14.75, "y": 1},
169 {"matrix": [7, 4], "label": ")", "x": 15.75, "y": 1},
170 {"matrix": [7, 5], "label": "_", "x": 16.75, "y": 1},
171 {"matrix": [7, 6], "label": "+", "x": 17.75, "y": 1},
172 {"matrix": [7, 7], "label": "Backspace", "x": 18.75, "y": 1, "w": 1.5},
173
174 {"matrix": [2, 0], "label": "Tab", "x": 0, "y": 2, "w": 1.5},
175 {"matrix": [2, 1], "label": "Q", "x": 1.5, "y": 2},
176 {"matrix": [2, 2], "label": "W", "x": 2.5, "y": 2},
177 {"matrix": [2, 3], "label": "E", "x": 3.5, "y": 2},
178 {"matrix": [2, 4], "label": "R", "x": 4.5, "y": 2},
179 {"matrix": [2, 5], "label": "T", "x": 5.5, "y": 2},
180
181 {"matrix": [8, 0], "label": "Y", "x": 11.75, "y": 2},
182 {"matrix": [8, 1], "label": "U", "x": 12.75, "y": 2},
183 {"matrix": [8, 2], "label": "I", "x": 13.75, "y": 2},
184 {"matrix": [8, 3], "label": "O", "x": 14.75, "y": 2},
185 {"matrix": [8, 4], "label": "P", "x": 15.75, "y": 2},
186 {"matrix": [8, 5], "label": "{", "x": 16.75, "y": 2},
187 {"matrix": [8, 6], "label": "}", "x": 17.75, "y": 2},
188 {"matrix": [8, 7], "label": "|", "x": 18.75, "y": 2, "w": 1.5},
189
190 {"matrix": [3, 0], "label": "Caps", "x": 0, "y": 3, "w": 1.5},
191 {"matrix": [3, 1], "label": "A", "x": 1.5, "y": 3},
192 {"matrix": [3, 2], "label": "S", "x": 2.5, "y": 3},
193 {"matrix": [3, 3], "label": "D", "x": 3.5, "y": 3},
194 {"matrix": [3, 4], "label": "F", "x": 4.5, "y": 3},
195 {"matrix": [3, 5], "label": "G", "x": 5.5, "y": 3},
196
197 {"matrix": [9, 0], "label": "H", "x": 11.75, "y": 3},
198 {"matrix": [9, 1], "label": "J", "x": 12.75, "y": 3},
199 {"matrix": [9, 2], "label": "K", "x": 13.75, "y": 3},
200 {"matrix": [9, 3], "label": "L", "x": 14.75, "y": 3},
201 {"matrix": [9, 4], "label": ":", "x": 15.75, "y": 3},
202 {"matrix": [9, 5], "label": "\"", "x": 16.75, "y": 3},
203 {"matrix": [9, 6], "label": "Enter", "x": 17.75, "y": 3, "w": 2.25},
204
205 {"matrix": [4, 0], "label": "Shift", "x": 0, "y": 4, "w": 1.5},
206 {"matrix": [4, 1], "label": "Z", "x": 1.5, "y": 4},
207 {"matrix": [4, 2], "label": "X", "x": 2.5, "y": 4},
208 {"matrix": [4, 3], "label": "C", "x": 3.5, "y": 4},
209 {"matrix": [4, 4], "label": "V", "x": 4.5, "y": 4},
210 {"matrix": [4, 5], "label": "B", "x": 5.5, "y": 4},
211
212 {"matrix": [10, 0], "label": "N", "x": 11.75, "y": 4},
213 {"matrix": [10, 1], "label": "M", "x": 12.75, "y": 4},
214 {"matrix": [10, 2], "label": "<", "x": 13.75, "y": 4},
215 {"matrix": [10, 3], "label": ">", "x": 14.75, "y": 4},
216 {"matrix": [10, 4], "label": "?", "x": 15.75, "y": 4},
217 {"matrix": [10, 5], "label": "Shift", "x": 16.75, "y": 4, "w": 1.5},
218 {"matrix": [10, 6], "label": "\u2191", "x": 18.25, "y": 4},
219 {"matrix": [10, 7], "label": "mx", "x": 19.25, "y": 4},
220
221 {"matrix": [5, 0], "label": "Ctrl", "x": 0.25, "y": 5, "w": 1.25},
222 {"matrix": [5, 1], "label": "Win", "x": 1.5, "y": 5, "w": 1.25},
223 {"matrix": [5, 2], "label": "Alt", "x": 2.75, "y": 5, "w": 1.25},
224 {"matrix": [5, 3], "label": "Menu", "x": 4, "y": 5, "w": 1.25},
225 {"matrix": [5, 4], "label": "space", "x": 5.5, "y": 5.25, "h": 2},
226 {"matrix": [5, 5], "label": "fn", "x": 6.5, "y": 5.25, "h": 2},
227
228 {"matrix": [11, 0], "label": "space2", "x": 11.25, "y": 5.25, "h": 2},
229 {"matrix": [11, 1], "label": "fn", "x": 12.25, "y": 5.25, "h": 2},
230 {"matrix": [11, 2], "label": "Alt", "x": 13.5, "y": 5, "w": 1.25},
231 {"matrix": [11, 3], "label": "Win", "x": 14.75, "y": 5, "w": 1.25},
232 {"matrix": [11, 4], "label": "Ctrl", "x": 16, "y": 5, "w": 1.25},
233 {"matrix": [11, 5], "label": "\u2190", "x": 17.25, "y": 5},
234 {"matrix": [11, 6], "label": "\u2193", "x": 18.25, "y": 5},
235 {"matrix": [11, 7], "label": "\u2192", "x": 19.25, "y": 5}
226 ] 236 ]
227 } 237 }
228 } 238 }
229} \ No newline at end of file 239}