qmk_firmware/keyboards/handwired/wwa/soyuzxl_encoder/keyboard.json
spacehangover 802e6d2fd7
Update keyboards/handwired/wwa/soyuzxl_encoder/keyboard.json
Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-10-10 23:33:30 -03:00

79 lines
2.3 KiB
JSON

{
"manufacturer": "spacehangover",
"keyboard_name": "SoyuzXL_Encoder",
"maintainer": "spacehangover",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true,
"encoder": true,
},
"matrix_pins": {
"cols": ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6"],
"rows": ["GP7", "GP8", "GP9"]
},
"processor": "RP2040",
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0007",
"vid": "0x5757"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [0, 3], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 4, "y": 0},
{"matrix": [0, 5], "x": 5, "y": 0},
{"matrix": [0, 6], "x": 6, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [1, 3], "x": 3, "y": 1},
{"matrix": [1, 4], "x": 4, "y": 1},
{"matrix": [1, 5], "x": 5, "y": 1},
{"matrix": [1, 6], "x": 6, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2},
{"matrix": [2, 3], "x": 3, "y": 2},
{"matrix": [2, 4], "x": 4, "y": 2},
{"matrix": [2, 5], "x": 5, "y": 2},
{"matrix": [2, 6], "x": 6, "y": 2}
]
}
},
"encoder": {
"rotary": [
{
"pin_a": "GP14",
"pin_b": "GP15",
"resolution": 4
},
{
"pin_a": "GP16",
"pin_b": "GP17",
"resolution": 4
},
{
"pin_a": "GP18",
"pin_b": "GP19",
"resolution": 4
},
{
"pin_a": "GP20",
"pin_b": "GP21",
"resolution": 4
}
]
}
}