qmk_firmware/keyboards/handwired/zeropad/keyboard.json
Infos e73b3c08a0
Add Zeropad (#24737)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
2025-05-17 20:28:24 -07:00

39 lines
1.1 KiB
JSON

{
"manufacturer": "Leon Sieber",
"keyboard_name": "ZeroPad",
"maintainer": "diffrentGuesser",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D1", "D0", "D4"],
"rows": ["C6", "D7", "E6"],
},
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0x5A50"
},
"community_layouts": [ "ortho_3x3" ],
"layouts": {
"LAYOUT_ortho_3x3": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
{"matrix": [0, 2], "x": 2, "y": 0},
{"matrix": [1, 0], "x": 0, "y": 1},
{"matrix": [1, 1], "x": 1, "y": 1},
{"matrix": [1, 2], "x": 2, "y": 1},
{"matrix": [2, 0], "x": 0, "y": 2},
{"matrix": [2, 1], "x": 1, "y": 2},
{"matrix": [2, 2], "x": 2, "y": 2}
]
}
}
}