qmk_firmware/keyboards/handwired/yodadistro/macro/keyboard.json
YodaDistro 664c0bc4c3
Add YodaDistro Macropad (#25174)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2025-06-21 12:31:49 +01:00

34 lines
894 B
JSON

{
"manufacturer": "Raspberry Pi",
"keyboard_name": "KBP 8-Key Macro Pad",
"maintainer": "yodadistro",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"matrix_pins": {
"direct": [
["GP3", "GP5", "GP7", "GP9"],
["GP2", "GP4", "GP6", "GP8"]
]
},
"processor": "RP2040",
"usb": {
"device_version": "1.0.0",
"pid": "0x2044",
"vid": "0x1209"
},
"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": [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}
]
}
}
}