qmk_firmware/keyboards/mechlovin/delphine/rgb_led/info.json

31 lines
666 B
JSON
Raw Normal View History

{
"usb": {
"pid": "0xDEF2",
"device_version": "0.0.1"
},
"rgblight": {
"saturation_steps": 8,
"brightness_steps": 8,
"led_count": 13,
"sleep": true,
"animations": {
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"snake": true,
"knight": true,
"christmas": true,
"static_gradient": true,
"rgb_test": true,
"alternating": true,
"twinkle": true
}
},
"ws2812": {
"pin": "E2"
},
"rgb_matrix": {
"driver": "is31fl3731"
}
}