Add PWM driver definition to ws2812

This commit is contained in:
Gondolindrim 2024-01-10 18:27:01 -03:00
parent 0a8439e977
commit 6cfe696136
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C

View File

@ -23,7 +23,8 @@
"lto": true "lto": true
}, },
"ws2812":{ "ws2812":{
"pin": "B15" "pin": "B15",
"driver": "pwm"
}, },
"rgblight": { "rgblight": {
"led_count": 69, "led_count": 69,