2022-07-02 13:46:29 +02:00
|
|
|
{
|
|
|
|
"keyboard_name": "AT3",
|
2022-07-26 02:52:18 +02:00
|
|
|
"manufacturer": "Atset",
|
2022-07-02 13:46:29 +02:00
|
|
|
"maintainer": "atset",
|
2022-07-26 02:52:18 +02:00
|
|
|
"usb": {
|
|
|
|
"vid": "0xFEED",
|
|
|
|
"pid": "0x6060",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2024-03-14 04:56:42 +01:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"command": true,
|
|
|
|
"console": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"nkro": true
|
|
|
|
},
|
2024-04-02 18:45:44 +02:00
|
|
|
"qmk": {
|
|
|
|
"locking": {
|
|
|
|
"enabled": true,
|
|
|
|
"resync": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-10 19:41:58 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B6", "B5", "B4"],
|
|
|
|
"rows": ["D2"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2022-07-02 13:46:29 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
2023-02-22 23:32:18 +01:00
|
|
|
"layout": [
|
2023-05-03 04:19:34 +02:00
|
|
|
{"x": 0, "y": 0, "matrix": [0, 0]},
|
|
|
|
{"x": 1, "y": 0, "matrix": [0, 1]},
|
|
|
|
{"x": 2, "y": 0, "matrix": [0, 2]}
|
2023-02-22 23:32:18 +01:00
|
|
|
]
|
2022-07-02 13:46:29 +02:00
|
|
|
}
|
|
|
|
}
|
2023-05-02 00:25:15 +02:00
|
|
|
}
|