mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 20:32:58 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"development_board": "promicro_rp2040",
|
|
"matrix_pins": {
|
|
"cols": ["GP28", "GP27", "GP26", "GP29", "GP20", "GP22", "GP23"],
|
|
"rows": ["GP0", "GP1", "GP2", "GP4", "GP6", "GP7", "GP8", "GP5"]
|
|
},
|
|
"diode_direction": "COL2ROW",
|
|
"rgb_matrix": {
|
|
"animations": {
|
|
"band_sat": true,
|
|
"band_spiral_val": true,
|
|
"breathing": true,
|
|
"cycle_all": true,
|
|
"cycle_left_right": true,
|
|
"cycle_out_in": true,
|
|
"cycle_out_in_dual": true,
|
|
"cycle_pinwheel": true,
|
|
"cycle_up_down": true,
|
|
"digital_rain": true,
|
|
"dual_beacon": true,
|
|
"hue_breathing": true,
|
|
"jellybean_raindrops": true,
|
|
"multisplash": true,
|
|
"pixel_fractal": true,
|
|
"pixel_rain": true,
|
|
"rainbow_moving_chevron": true,
|
|
"raindrops": true,
|
|
"solid_reactive": true,
|
|
"solid_reactive_simple": true,
|
|
"solid_splash": true,
|
|
"splash": true,
|
|
"typing_heatmap": true
|
|
}
|
|
},
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "GP9", "pin_b": "GP21"}
|
|
]
|
|
},
|
|
"ws2812": {
|
|
"pin": "GP3",
|
|
"driver": "vendor"
|
|
}
|
|
}
|