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