25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"matrix_pins": {
|
|
"cols": ["D4", "C6", "D7", "E6", "B4", "B5"],
|
|
"rows": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"split": {
|
|
"enabled": true,
|
|
"soft_serial_pin": "D0"
|
|
},
|
|
"rgblight": {
|
|
"led_count": 12
|
|
},
|
|
"ws2812": {
|
|
"pin": "D3"
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "caterina",
|
|
"features": {
|
|
"bootmagic": false,
|
|
"mousekey": true,
|
|
"extrakey": true,
|
|
"command": true
|
|
}
|
|
}
|