Files
mikilab-kicad-library/footprints/mechanical/Keebio-Parts.pretty/TRRS_Jumper.kicad_mod
T
micheleandClaude Sonnet 5 f54bc6ef62 Import Keebio-Parts.pretty (MIT, keebio/Keebio-Parts.pretty)
Vendor footprint library for mechanical-keyboard hardware (switches,
stabilizers, encoders, connectors, MCU/passive footprints), added
whole as MIKILAB_Keebio_Parts under footprints/mechanical, following
the same "keep vendor .pretty intact" precedent as altera.pretty /
xilinx.pretty / lattice.pretty.

Rewrote every 3D model reference that leaked the original author's
absolute local paths (/Users/danny/..., /Library/Application
Support/kicad/...) so the library stays self-contained:
- resolvable refs -> ${KIPRJMOD}/3dmodels/mechanical/Keebio-Parts/...
  (7 STEP files actually present upstream, copied alongside)
- genuinely missing vendor assets -> ${KISBLIB}/Keebio-Parts.pretty/...,
  the same known-gap convention already used for other vendor
  libraries in this repo
- one hardcoded stock-KiCad path -> ${KISYS3DMOD}/...
Also stripped a stray "Sheet file" property pointing at the original
author's own project.

fp-lib-table/.global regenerated from the tree; MANIFEST.csv rows
added for every imported footprint and 3D model. check_library.py:
0 errors (was 0 before, still 0).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TnzoFuRZAhRGeHAdz8UzR2
2026-09-10 01:54:40 +02:00

35 lines
1.7 KiB
Plaintext

(module TRRS_Jumper (layer F.Cu) (tedit 594F3245)
(fp_text reference REF** (at 0 4) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value TRRS_Jumper (at 0 -4.25) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.5 2) (end -4.5 -2) (layer F.SilkS) (width 0.15))
(fp_line (start 4.5 -2) (end 4.5 2) (layer F.SilkS) (width 0.15))
(fp_line (start -4.5 -2) (end -4.5 2) (layer B.SilkS) (width 0.15))
(fp_line (start 4.5 -2) (end 4.5 2) (layer B.SilkS) (width 0.15))
(fp_line (start -4.5 -2) (end 4.5 -2) (layer B.SilkS) (width 0.15))
(fp_line (start 4.5 2) (end -4.5 2) (layer B.SilkS) (width 0.15))
(fp_line (start -4.5 2) (end 4.5 2) (layer F.SilkS) (width 0.15))
(fp_line (start 4.5 -2) (end -4.5 -2) (layer F.SilkS) (width 0.15))
(fp_text user VCC (at -6.5 0.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user GND (at 6.5 0.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user GND (at -6.5 0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text user VCC (at 6.5 0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(pad 4 smd rect (at 3 0.5) (size 1.524 0.762) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -3 0.5) (size 1.524 0.762) (layers B.Cu B.Paste B.Mask))
(pad 6 smd rect (at 3 0.5) (size 1.524 0.762) (layers B.Cu B.Paste B.Mask))
(pad 5 thru_hole rect (at 3 -0.5) (size 1.524 0.762) (drill 0.3) (layers *.Cu *.Mask))
(pad 1 smd rect (at -3 0.5) (size 1.524 0.762) (layers F.Cu F.Paste F.Mask))
(pad 2 thru_hole rect (at -3 -0.5) (size 1.524 0.762) (drill 0.3) (layers *.Cu *.Mask))
)