qmk_userspace/keyboards/keychron/k11_max/iso_encoder/white/info.json
2024-08-20 11:04:55 +08:00

39 lines
954 B
JSON

{
"usb": {
"pid": "0x0ABA",
"device_version": "1.0.0"
},
"features": {
"led_matrix": true,
"encoder": true
},
"encoder": {
"rotary": [
{
"pin_a": "A8",
"pin_b": "C9"
}
]
},
"led_matrix": {
"driver": "snled27351_spi",
"sleep": true,
"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
}
}
}