Migrate build target markers to keyboard.json - YZ (#23421)
This commit is contained in:
parent
9fa91ad494
commit
1f3d709fcb
54 changed files with 166 additions and 343 deletions
88
keyboards/zigotica/z34/keyboard.json
Normal file
88
keyboards/zigotica/z34/keyboard.json
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"keyboard_name": "z34",
|
||||
"manufacturer": "zigotica",
|
||||
"url": "https://github.com/zigotica/mechanical-keyboards/tree/main/z34",
|
||||
"maintainer": "@zigotica",
|
||||
"usb": {
|
||||
"vid": "0x7A74",
|
||||
"pid": "0x0002",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"extrakey": true
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["C6", "F7", "F6", "F5", "F4"],
|
||||
["D7", "B6", "B2", "B3", "B1"],
|
||||
["E6", "D4", "D0", "D1", "D3"],
|
||||
["B4", "B5", null, null, null]
|
||||
]
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"soft_serial_pin": "D2",
|
||||
"matrix_pins": {
|
||||
"right": {
|
||||
"direct": [
|
||||
["F4", "F5", "F6", "F7", "C6"],
|
||||
["B1", "B3", "B2", "B6", "D7"],
|
||||
["D3", "D1", "D0", "D4", "E6"],
|
||||
["B5", "B4", null, null, null]
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"x": 0, "y": 0.93, "matrix": [0, 0]},
|
||||
{"x": 1, "y": 0.31, "matrix": [0, 1]},
|
||||
{"x": 2, "y": 0, "matrix": [0, 2]},
|
||||
{"x": 3, "y": 0.28, "matrix": [0, 3]},
|
||||
{"x": 4, "y": 0.42, "matrix": [0, 4]},
|
||||
|
||||
{"x": 7, "y": 0.42, "matrix": [4, 0]},
|
||||
{"x": 8, "y": 0.28, "matrix": [4, 1]},
|
||||
{"x": 9, "y": 0, "matrix": [4, 2]},
|
||||
{"x": 10, "y": 0.31, "matrix": [4, 3]},
|
||||
{"x": 11, "y": 0.93, "matrix": [4, 4]},
|
||||
|
||||
{"x": 0, "y": 1.93, "matrix": [1, 0]},
|
||||
{"x": 1, "y": 1.31, "matrix": [1, 1]},
|
||||
{"x": 2, "y": 1, "matrix": [1, 2]},
|
||||
{"x": 3, "y": 1.28, "matrix": [1, 3]},
|
||||
{"x": 4, "y": 1.42, "matrix": [1, 4]},
|
||||
|
||||
{"x": 7, "y": 1.42, "matrix": [5, 0]},
|
||||
{"x": 8, "y": 1.28, "matrix": [5, 1]},
|
||||
{"x": 9, "y": 1, "matrix": [5, 2]},
|
||||
{"x": 10, "y": 1.31, "matrix": [5, 3]},
|
||||
{"x": 11, "y": 1.93, "matrix": [5, 4]},
|
||||
|
||||
{"x": 0, "y": 2.93, "matrix": [2, 0]},
|
||||
{"x": 1, "y": 2.31, "matrix": [2, 1]},
|
||||
{"x": 2, "y": 2, "matrix": [2, 2]},
|
||||
{"x": 3, "y": 2.28, "matrix": [2, 3]},
|
||||
{"x": 4, "y": 2.42, "matrix": [2, 4]},
|
||||
|
||||
{"x": 7, "y": 2.42, "matrix": [6, 0]},
|
||||
{"x": 8, "y": 2.28, "matrix": [6, 1]},
|
||||
{"x": 9, "y": 2, "matrix": [6, 2]},
|
||||
{"x": 10, "y": 2.31, "matrix": [6, 3]},
|
||||
{"x": 11, "y": 2.93, "matrix": [6, 4]},
|
||||
|
||||
{"x": 3.5, "y": 3.5, "matrix": [3, 0]},
|
||||
{"x": 4.5, "y": 4, "matrix": [3, 1]},
|
||||
|
||||
{"x": 6.5, "y": 4, "matrix": [7, 0]},
|
||||
{"x": 7.5, "y": 3.5, "matrix": [7, 1]}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue