Turn signals

Thanks for the cool project.

Tell me how you can implement the effect of turns.
The idea is to send a signal to the Wemos D5, D6 left and right turn signals.
If a signal is present, switches the main mode to a flashing backward turn, when there is no power, the transition to the main mode of illumination

Hi and welcome!

Sorry for my late response.
Cool motorcycle headlights indeed!
The easiest way to implement this is via a usermod in the wled06_usermod.ino file. You’ll have to monitor the state of the D5 and D6 pin and if one is one set the Wipe (or Blink) effect with yellow color.

Here is a little help: