ebastler / marbastlib

A library collecting MX and Choc style footprints, as well as various other parts used to design custom keyboards
CERN Open Hardware Licence Version 2 - Permissive
369 stars 43 forks source link

Wrong Pin numbers for MX_SK6812MINI-E Symbol #23

Closed Bob837217 closed 12 months ago

Bob837217 commented 12 months ago

According to the datasheet copy hosted at: https://datasheet.lcsc.com/lcsc/2305101623_OPSCO-Optoelectronics-SK6812MINI-E_C5149201.pdf This was last edited on 2021-04-07 with revision "A/O"

Here is the pinout from that PDF: image

Here is the Symbol pinout as seen in KiCAD 7.0.6: image

PDF Pinout Numbers:
VDD:    1
DOUT:   2
GND:    3
DIN:    4

Symbol Pinout Numbers:
VDD:    1
DOUT:   2
DIN:    3
GND:    4

Symbol uses "VSS", but to my knowledge that means "GND". So you can see that pins 3,4 are mismatched between the two.

ebastler commented 12 months ago

Hi, this has been done for a reason - the footprint is shared between 2 LEDs with different pin numberings, so the symbol does not follow datasheet numbering, but footprint numbering.

If you compare the 6028 footprint, you will notice it deviates from the datasheet, but in the end the different numbering on symbol and footprint results in a correct pinout - these have been tested.

Bob837217 commented 12 months ago

Ok, thanks for the explanation. I will mark this as closed.