How can i place WS2812B LED's?
Closed this issue · 2 comments
SnappierSoap318 commented
How can i add WS2812b's which have a diode annotation?
adamws commented
easiest option:
use different annotation for LEDs
If both key matrix diodes and LEDs use same annotation there is an workaround (make backup first):
- clear annotations
- select LEDs on schematic, run annotation on selection - we want matching numbers between LEDs and switches
- annotate remaining symbols, use 'keep existing annotations'
you should have something like this:
- update PCB
- run plugin in two stages:
- go back to schematic, clear annotations, re-annotate (or revert to previous saved state)
- use scope and numbering settings in annotation window
- update PCB
SnappierSoap318 commented
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