mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-26 02:51:14 +00:00
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>
34 lines
894 B
JSON
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}
|
|
]
|
|
}
|
|
}
|
|
}
|