TRRS Audio Connector (SOLVED)

I’m really new to KiCAD, and I’m trying to place a TRRS audio connector (left, right, ground, mic) in my schematic. I couldn’t find one in the standard library, but I see one here: https://github.com/KiCad/kicad-library/blob/bf94f1e71176b62602beecb210cfc7be16a16cfa/library/conn.dcm#L33

However, once I’ve imported the containing conn.lib file, the TRRS connector still doesn’t show up. I’ve imported another library successfully before. I’m not sure what I’m doing wrong, or even if this is the right way to try to acquire that part.

You might need to rename your imported conn.lib
(Your old conn lib might have a higher priority then the one you added.)
Maybe try to rename it.

1 Like

Renaming the library worked, thank you very much.