adamws / kicad-kbplacer

KiCad plugin for automatic keyboard's key placement and routing
GNU General Public License v3.0
333 stars 23 forks source link

How can i place WS2812B LED's? #28

Closed SnappierSoap318 closed 4 months ago

SnappierSoap318 commented 4 months ago

How can i add WS2812b's which have a diode annotation?

adamws commented 4 months ago

easiest option: use different annotation for LEDs image image

If both key matrix diodes and LEDs use same annotation there is an workaround (make backup first):

SnappierSoap318 commented 4 months ago

Thanks for the detailed explanation, I did it the extra hard way, i off-setted the numbers variable in place_switch_elements in key_placer.py which worked much better than i expected