mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 03:26:51 +06:00
6a73c8299b
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <jack@pngu.org> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: zvecr <git@zvecr.com>
33 lines
719 B
JSON
33 lines
719 B
JSON
{
|
|
"manufacturer": "Atset",
|
|
"keyboard_name": "AT2",
|
|
"maintainer": "qmk",
|
|
"board": "GENERIC_RP_RP2040",
|
|
"processor": "RP2040",
|
|
"bootloader": "rp2040",
|
|
"diode_direction": "COL2ROW",
|
|
"usb": {
|
|
"vid": "0x4141",
|
|
"pid": "0x6174",
|
|
"device_version": "1.0.0"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["GP19", "GP20"],
|
|
"rows": ["GP28"]
|
|
},
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
{"matrix": [0, 1], "x": 1, "y": 0}
|
|
]
|
|
}
|
|
}
|
|
}
|