forked from mirrors/qmk_firmware
17 lines
390 B
JSON
17 lines
390 B
JSON
{
|
|
"keyboard_name": "Lets Split v2",
|
|
"manufacturer": "Wootpatoot",
|
|
"usb": {
|
|
"vid": "0x6F77",
|
|
"pid": "0x0002",
|
|
"device_version": "0.0.2"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
|
|
"rows": ["D7", "E6", "B4", "B5"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"split": {
|
|
"soft_serial_pin": "D0"
|
|
}
|
|
}
|