mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-18 13:42:00 +00:00
Update keyboards/mectechpad/keyboard.json
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
3ecdd1619f
commit
9abde406bf
@ -24,16 +24,16 @@
|
|||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
||||||
"layout": [
|
"layout": [
|
||||||
{"matrix": [3, 2], "x": 0, "y": 0},
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||||
{"matrix": [0, 0], "x": 0, "y": 1},
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
||||||
{"matrix": [0, 1], "x": 1, "y": 1},
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
||||||
{"matrix": [0, 2], "x": 2, "y": 1},
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
||||||
{"matrix": [1, 0], "x": 0, "y": 2},
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
||||||
{"matrix": [1, 1], "x": 1, "y": 2},
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
||||||
{"matrix": [1, 2], "x": 2, "y": 2},
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
||||||
{"matrix": [2, 0], "x": 0, "y": 3},
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
||||||
{"matrix": [2, 1], "x": 1, "y": 3},
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
||||||
{"matrix": [2, 2], "x": 2, "y": 3}
|
{"matrix": [3, 2], "x": 2, "y": 3}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user