Thank you for the PR! From what I can see, there are a lot of unnecessary commits. If I understand correctly, you'd just like to add functionality to skip several LEDs if you have shorter wire lengths, correct?
That feature is already included in the LED mapping. You can simply adjust the LED mapping to achieve what you're doing with the multiplication by "LED_OFFSET". Actually, the LED mapping is more powerful because it can even adjust for shifted LEDs.
Hi!
Thank you for the PR! From what I can see, there are a lot of unnecessary commits. If I understand correctly, you'd just like to add functionality to skip several LEDs if you have shorter wire lengths, correct?
That feature is already included in the LED mapping. You can simply adjust the LED mapping to achieve what you're doing with the multiplication by "LED_OFFSET". Actually, the LED mapping is more powerful because it can even adjust for shifted LEDs.
Please correct me if I misunderstood!
Best regards