Added K1 Max ANSI

This commit is contained in:
lokher 2024-01-13 15:32:25 +08:00
parent 85213783e2
commit 625e099dbe
32 changed files with 2239 additions and 590 deletions

View file

@ -0,0 +1,29 @@
{
"usb": {
"pid": "0x0A13",
"device_version": "1.0.0"
},
"features": {
"led_matrix": true
},
"led_matrix": {
"driver": "snled27351_spi",
"animations": {
"none": true,
"solid": true,
"breathing": true,
"band_pinwheel": true,
"band_spiral": true,
"cycle_left_right": true,
"cycle_up_down": true,
"cycle_out_in": true,
"dual_beacon": true,
"solid_reactive_simple": true,
"solid_reactive_multiwide": true,
"solid_reactive_multinexus": true,
"solid_splash": true,
"wave_left_right": true,
"wave_up_down": true
}
}
}