28 lines
654 B
JSON
28 lines
654 B
JSON
{
|
|
"development_board": "promicro",
|
|
"bootloader": "qmk-dfu",
|
|
"matrix_pins": {
|
|
"cols": ["F5", "F6", "F7", "F4", "B3", "B1", "B2"],
|
|
"rows": ["D3", "D2", "D1", "D4", "D7", "E6", "B4", "C6"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"rgb_matrix": {
|
|
"animations": {
|
|
"band_sat": true,
|
|
"band_spiral_val": true,
|
|
"breathing": true,
|
|
"cycle_all": true,
|
|
"cycle_left_right": true,
|
|
"raindrops": true
|
|
}
|
|
},
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "B5", "pin_b": "B6"}
|
|
]
|
|
},
|
|
"ws2812": {
|
|
"pin": "D0"
|
|
}
|
|
}
|