Disassembled and successfully flashed an openbeken firmware for my lightbulb based on a W600 chip.
By trial-and-error method, I managed to figure out five pins that are used for LED channels:
red - pa5
green - pb13
blue - pb15
WW - pb8
CW - pb16
I can activate those via LED pin mode just fine, but I feel like I need a PWM mode to actually control channel brightness. But it looks like I can only enable PWM mode on pins pb14-18. Maybe I need to use some other pin mode I'm missing. As far as I understand, there is no LED controller in this lightbulb because channels are controlled directly. Can anyone help me with this?