Is there any way to skip the first led of each strip in the platformio_override.ini the same way I can assign output pin ids and led counts using DATA_PINS and PIXEL_COUNTS?
maybe some form of SKIP_COUNT=1,1,1,1,1,1
for example:
-D DATA_PINS=25,26,27,14,32,33
-D PIXEL_COUNTS=1,1,1,1,1,1
-D SKIP_COUNT=1,1,1,1,1,1