mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Fix dogtag/info.json (#23520)
This commit is contained in:
parent
1c02c3dfad
commit
e643fa03ef
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F4", "F5", "F6", "F7", "B1"],
|
||||
"rows": ["B2", "B6", "B3"]
|
||||
"rows": ["B2", "B6"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"encoder": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"matrix_pins": {
|
||||
"right": {
|
||||
"cols": ["B1", "F7", "F6", "F5", "F4"],
|
||||
"rows": ["B2", "B6", "B3"]
|
||||
"rows": ["B2", "B6"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -65,10 +65,10 @@
|
|||
{"matrix": [0, 2], "x": 2, "y": 0},
|
||||
{"matrix": [0, 3], "x": 3, "y": 0},
|
||||
|
||||
{"matrix": [3, 1], "x": 8, "y": 0},
|
||||
{"matrix": [3, 2], "x": 9, "y": 0},
|
||||
{"matrix": [3, 3], "x": 10, "y": 0},
|
||||
{"matrix": [3, 4], "x": 11, "y": 0},
|
||||
{"matrix": [2, 1], "x": 8, "y": 0},
|
||||
{"matrix": [2, 2], "x": 9, "y": 0},
|
||||
{"matrix": [2, 3], "x": 10, "y": 0},
|
||||
{"matrix": [2, 4], "x": 11, "y": 0},
|
||||
|
||||
{"matrix": [1, 0], "x": 0, "y": 1},
|
||||
{"matrix": [1, 1], "x": 1, "y": 1},
|
||||
|
@ -76,11 +76,11 @@
|
|||
{"matrix": [1, 3], "x": 3, "y": 1},
|
||||
{"matrix": [1, 4], "x": 4, "y": 2},
|
||||
|
||||
{"matrix": [4, 0], "x": 7, "y": 2},
|
||||
{"matrix": [4, 1], "x": 8, "y": 1},
|
||||
{"matrix": [4, 2], "x": 9, "y": 1},
|
||||
{"matrix": [4, 3], "x": 10, "y": 1},
|
||||
{"matrix": [4, 4], "x": 11, "y": 1}
|
||||
{"matrix": [3, 0], "x": 7, "y": 2},
|
||||
{"matrix": [3, 1], "x": 8, "y": 1},
|
||||
{"matrix": [3, 2], "x": 9, "y": 1},
|
||||
{"matrix": [3, 3], "x": 10, "y": 1},
|
||||
{"matrix": [3, 4], "x": 11, "y": 1}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user