Is it possible for non consecutive segments?

I have a set up which is essentially 5 concentric circles of LED pixels
Stupidly I made a wiring mistake so the pixels are not consecutive.
The outer ring runs from 0-10 and then 11-26.
The next one is 10-11 then 26-37.

I edited the json file to create extra segments via copy paste and this is good for some patterns.
However for some patterns eg chase it doesn’t work the same as there are two segments not one.

Is it possible to have one segment with pixels 0-10 and 11-26? Or to treat two segments as one?

Or hack the wled code to take the data from pixel 11 and apply it to 27 instead.

Hoping to fix this without a rewire!

This is what you want: Mapping - WLED Project

1 Like

Ah didn’t see that! Perfect, thanks.