2022-08-20 00:42:49 +00:00
|
|
|
{
|
|
|
|
"usb": {
|
|
|
|
"device_version": "1.0.0"
|
2023-02-08 07:41:46 +00:00
|
|
|
},
|
2023-03-10 13:34:34 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
|
|
|
|
"rows": ["D4", "D7", "E6", "B4", "B5"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-17 05:40:49 +00:00
|
|
|
"split": {
|
|
|
|
"soft_serial_pin": "D0"
|
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "D3"
|
|
|
|
},
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina"
|
2022-08-20 00:42:49 +00:00
|
|
|
}
|