├── .gitattributes ├── Enclosure ├── Enclosure design V2 potted.f3z ├── Enclosure design V2 potted.step ├── Enclosure design V2 thermal pad.f3z ├── Enclosure design V2 thermal pad.step ├── Lower-enclosure-potted.3mf ├── Lower-enclosure-thermal-pad.3mf └── Upper-enclosure.3mf ├── Graphics ├── Build guide │ ├── 01.JPG │ ├── 02.JPG │ ├── 03.JPG │ ├── 04.JPG │ ├── 05.JPG │ ├── 06.JPG │ ├── 07.JPG │ ├── 08.JPG │ ├── 09.JPG │ ├── 10.JPG │ ├── 11.JPG │ ├── 12.JPG │ ├── 13.JPG │ ├── 14.JPG │ ├── 15.JPG │ ├── 16.JPG │ ├── 17.JPG │ ├── 18.JPG │ ├── 19.JPG │ ├── 20.JPG │ ├── 21.JPG │ └── 22.JPG ├── Ordering guide │ ├── 1-JLCPCB-home.png │ ├── 10-customs-description-2.png │ ├── 2-add-gerbers.png │ ├── 3-JLCPCB-options.png │ ├── 4-JLCPCB-options-2.png │ ├── 5-JLCPCB-next.png │ ├── 6-BOM-CPL.PNG │ ├── 7-COMPONENTS.PNG │ ├── 8-COMPONENT-PLACEMENT.PNG │ └── 9-customs-description.png ├── Overview.JPG ├── Overview2.JPG ├── PCB.JPG └── thermal-pad-location.PNG ├── LICENSE ├── LIbraries ├── USB-C-3-way-splitter-footprints.pretty │ ├── JLCPCB-tooling-hole.kicad_mod │ └── OnSemi-WQFN12-3x2mm_P0.5mm.kicad_mod ├── USB-C-3-way-splitter-library.bak └── USB-C-3-way-splitter-library.kicad_sym ├── PCB manufacturing files ├── Gerbers │ ├── USB-C-3-way-splitter-B_Cu.gbr │ ├── USB-C-3-way-splitter-B_Mask.gbr │ ├── USB-C-3-way-splitter-B_Paste.gbr │ ├── USB-C-3-way-splitter-B_Silkscreen.gbr │ ├── USB-C-3-way-splitter-Edge_Cuts.gbr │ ├── USB-C-3-way-splitter-F_Cu.gbr │ ├── USB-C-3-way-splitter-F_Mask.gbr │ ├── USB-C-3-way-splitter-F_Paste.gbr │ ├── USB-C-3-way-splitter-F_Silkscreen.gbr │ ├── USB-C-3-way-splitter-NPTH.drl │ ├── USB-C-3-way-splitter-PTH.drl │ └── USB-C-3-way-splitter-job.gbrjob ├── JLCPCB-BOM.xls ├── JLCPCB-CPL.xls └── V3 Gerbers.zip ├── README.md ├── USB-C-3-way-splitter.kicad_pcb ├── USB-C-3-way-splitter.kicad_prl ├── USB-C-3-way-splitter.kicad_pro ├── USB-C-3-way-splitter.kicad_sch ├── USB-C-3-way-splitter.pdf ├── USB-C-splitter.step ├── V4 (needs bugs fixed) ├── Gerbers-V4.zip ├── Gerbers │ ├── USB-C-3-way-splitter-V4-B_Cu.gbr │ ├── USB-C-3-way-splitter-V4-B_Mask.gbr │ ├── USB-C-3-way-splitter-V4-B_Paste.gbr │ ├── USB-C-3-way-splitter-V4-B_Silkscreen.gbr │ ├── USB-C-3-way-splitter-V4-Edge_Cuts.gbr │ ├── USB-C-3-way-splitter-V4-F_Cu.gbr │ ├── USB-C-3-way-splitter-V4-F_Mask.gbr │ ├── USB-C-3-way-splitter-V4-F_Paste.gbr │ ├── USB-C-3-way-splitter-V4-F_Silkscreen.gbr │ ├── USB-C-3-way-splitter-V4-NPTH.drl │ ├── USB-C-3-way-splitter-V4-PTH.drl │ └── USB-C-3-way-splitter-V4-job.gbrjob ├── JLCPCB manufacturing files │ ├── JLCPCB-BOM.xls │ └── JLCPCB-CPL.xls ├── USB-C-3-way-splitter-V4.kicad_pcb ├── USB-C-3-way-splitter-V4.kicad_prl ├── USB-C-3-way-splitter-V4.kicad_pro ├── USB-C-3-way-splitter-V4.kicad_sch ├── USB-C-3-way-splitter.kicad_pro ├── fp-info-cache ├── fp-lib-table └── sym-lib-table ├── V5 ├── JLCPCB manufacturing files │ ├── Gerbers.zip │ ├── Gerbers │ │ ├── USB-C-3-way-splitter-V5-B_Cu.gbr │ │ ├── USB-C-3-way-splitter-V5-B_Mask.gbr │ │ ├── USB-C-3-way-splitter-V5-B_Paste.gbr │ │ ├── USB-C-3-way-splitter-V5-B_Silkscreen.gbr │ │ ├── USB-C-3-way-splitter-V5-Edge_Cuts.gbr │ │ ├── USB-C-3-way-splitter-V5-F_Cu.gbr │ │ ├── USB-C-3-way-splitter-V5-F_Mask.gbr │ │ ├── USB-C-3-way-splitter-V5-F_Paste.gbr │ │ ├── USB-C-3-way-splitter-V5-F_Silkscreen.gbr │ │ ├── USB-C-3-way-splitter-V5-NPTH.drl │ │ ├── USB-C-3-way-splitter-V5-PTH.drl │ │ └── USB-C-3-way-splitter-V5-job.gbrjob │ ├── JLCPCB-BOM.xls │ └── JLCPCB-CPL.xls ├── USB-C-3-way-splitter-V5.csv ├── USB-C-3-way-splitter-V5.kicad_pcb ├── USB-C-3-way-splitter-V5.kicad_prl ├── USB-C-3-way-splitter-V5.kicad_pro ├── USB-C-3-way-splitter-V5.kicad_sch ├── _autosave-USB-C-3-way-splitter-V5.kicad_pcb ├── fp-info-cache ├── fp-lib-table └── sym-lib-table ├── fp-info-cache ├── fp-lib-table └── sym-lib-table /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/.gitattributes -------------------------------------------------------------------------------- /Enclosure/Enclosure design V2 potted.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Enclosure design V2 potted.f3z -------------------------------------------------------------------------------- /Enclosure/Enclosure design V2 potted.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Enclosure design V2 potted.step -------------------------------------------------------------------------------- /Enclosure/Enclosure design V2 thermal pad.f3z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Enclosure design V2 thermal pad.f3z -------------------------------------------------------------------------------- /Enclosure/Enclosure design V2 thermal pad.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Enclosure design V2 thermal pad.step -------------------------------------------------------------------------------- /Enclosure/Lower-enclosure-potted.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Lower-enclosure-potted.3mf -------------------------------------------------------------------------------- /Enclosure/Lower-enclosure-thermal-pad.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Lower-enclosure-thermal-pad.3mf -------------------------------------------------------------------------------- /Enclosure/Upper-enclosure.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Enclosure/Upper-enclosure.3mf -------------------------------------------------------------------------------- /Graphics/Build guide/01.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/01.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/02.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/02.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/03.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/03.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/04.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/04.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/05.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/05.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/06.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/06.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/07.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/07.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/08.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/08.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/09.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/09.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/10.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/11.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/11.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/12.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/13.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/13.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/14.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/14.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/15.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/15.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/16.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/16.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/17.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/17.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/18.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/18.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/19.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/19.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/20.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/20.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/21.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/21.JPG -------------------------------------------------------------------------------- /Graphics/Build guide/22.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Build guide/22.JPG -------------------------------------------------------------------------------- /Graphics/Ordering guide/1-JLCPCB-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/1-JLCPCB-home.png -------------------------------------------------------------------------------- /Graphics/Ordering guide/10-customs-description-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/10-customs-description-2.png -------------------------------------------------------------------------------- /Graphics/Ordering guide/2-add-gerbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/2-add-gerbers.png -------------------------------------------------------------------------------- /Graphics/Ordering guide/3-JLCPCB-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/3-JLCPCB-options.png -------------------------------------------------------------------------------- /Graphics/Ordering guide/4-JLCPCB-options-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/4-JLCPCB-options-2.png -------------------------------------------------------------------------------- /Graphics/Ordering guide/5-JLCPCB-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/5-JLCPCB-next.png -------------------------------------------------------------------------------- /Graphics/Ordering guide/6-BOM-CPL.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/6-BOM-CPL.PNG -------------------------------------------------------------------------------- /Graphics/Ordering guide/7-COMPONENTS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/7-COMPONENTS.PNG -------------------------------------------------------------------------------- /Graphics/Ordering guide/8-COMPONENT-PLACEMENT.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/8-COMPONENT-PLACEMENT.PNG -------------------------------------------------------------------------------- /Graphics/Ordering guide/9-customs-description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Ordering guide/9-customs-description.png -------------------------------------------------------------------------------- /Graphics/Overview.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Overview.JPG -------------------------------------------------------------------------------- /Graphics/Overview2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/Overview2.JPG -------------------------------------------------------------------------------- /Graphics/PCB.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/PCB.JPG -------------------------------------------------------------------------------- /Graphics/thermal-pad-location.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/Graphics/thermal-pad-location.PNG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/LICENSE -------------------------------------------------------------------------------- /LIbraries/USB-C-3-way-splitter-footprints.pretty/JLCPCB-tooling-hole.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/LIbraries/USB-C-3-way-splitter-footprints.pretty/JLCPCB-tooling-hole.kicad_mod -------------------------------------------------------------------------------- /LIbraries/USB-C-3-way-splitter-footprints.pretty/OnSemi-WQFN12-3x2mm_P0.5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/LIbraries/USB-C-3-way-splitter-footprints.pretty/OnSemi-WQFN12-3x2mm_P0.5mm.kicad_mod -------------------------------------------------------------------------------- /LIbraries/USB-C-3-way-splitter-library.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/LIbraries/USB-C-3-way-splitter-library.bak -------------------------------------------------------------------------------- /LIbraries/USB-C-3-way-splitter-library.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/LIbraries/USB-C-3-way-splitter-library.kicad_sym -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Cu.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Mask.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Paste.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-B_Silkscreen.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-Edge_Cuts.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Cu.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Mask.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Paste.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-F_Silkscreen.gbr -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-NPTH.drl -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-PTH.drl -------------------------------------------------------------------------------- /PCB manufacturing files/Gerbers/USB-C-3-way-splitter-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/Gerbers/USB-C-3-way-splitter-job.gbrjob -------------------------------------------------------------------------------- /PCB manufacturing files/JLCPCB-BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/JLCPCB-BOM.xls -------------------------------------------------------------------------------- /PCB manufacturing files/JLCPCB-CPL.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/JLCPCB-CPL.xls -------------------------------------------------------------------------------- /PCB manufacturing files/V3 Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/PCB manufacturing files/V3 Gerbers.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/README.md -------------------------------------------------------------------------------- /USB-C-3-way-splitter.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/USB-C-3-way-splitter.kicad_pcb -------------------------------------------------------------------------------- /USB-C-3-way-splitter.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/USB-C-3-way-splitter.kicad_prl -------------------------------------------------------------------------------- /USB-C-3-way-splitter.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/USB-C-3-way-splitter.kicad_pro -------------------------------------------------------------------------------- /USB-C-3-way-splitter.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/USB-C-3-way-splitter.kicad_sch -------------------------------------------------------------------------------- /USB-C-3-way-splitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/USB-C-3-way-splitter.pdf -------------------------------------------------------------------------------- /USB-C-splitter.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/USB-C-splitter.step -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers-V4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers-V4.zip -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Cu.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Mask.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Paste.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-B_Silkscreen.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-Edge_Cuts.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Cu.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Mask.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Paste.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-F_Silkscreen.gbr -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-NPTH.drl -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-PTH.drl -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/Gerbers/USB-C-3-way-splitter-V4-job.gbrjob -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/JLCPCB manufacturing files/JLCPCB-BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/JLCPCB manufacturing files/JLCPCB-BOM.xls -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/JLCPCB manufacturing files/JLCPCB-CPL.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/JLCPCB manufacturing files/JLCPCB-CPL.xls -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_pcb -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_prl -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_pro -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/USB-C-3-way-splitter-V4.kicad_sch -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/USB-C-3-way-splitter.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/USB-C-3-way-splitter.kicad_pro -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/fp-info-cache -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/fp-lib-table -------------------------------------------------------------------------------- /V4 (needs bugs fixed)/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V4 (needs bugs fixed)/sym-lib-table -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers.zip -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Cu.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Mask.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Paste.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-B_Silkscreen.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-Edge_Cuts.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Cu.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Mask.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Paste.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-F_Silkscreen.gbr -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-NPTH.drl -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-PTH.drl -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/Gerbers/USB-C-3-way-splitter-V5-job.gbrjob -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/JLCPCB-BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/JLCPCB-BOM.xls -------------------------------------------------------------------------------- /V5/JLCPCB manufacturing files/JLCPCB-CPL.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/JLCPCB manufacturing files/JLCPCB-CPL.xls -------------------------------------------------------------------------------- /V5/USB-C-3-way-splitter-V5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/USB-C-3-way-splitter-V5.csv -------------------------------------------------------------------------------- /V5/USB-C-3-way-splitter-V5.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/USB-C-3-way-splitter-V5.kicad_pcb -------------------------------------------------------------------------------- /V5/USB-C-3-way-splitter-V5.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/USB-C-3-way-splitter-V5.kicad_prl -------------------------------------------------------------------------------- /V5/USB-C-3-way-splitter-V5.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/USB-C-3-way-splitter-V5.kicad_pro -------------------------------------------------------------------------------- /V5/USB-C-3-way-splitter-V5.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/USB-C-3-way-splitter-V5.kicad_sch -------------------------------------------------------------------------------- /V5/_autosave-USB-C-3-way-splitter-V5.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/_autosave-USB-C-3-way-splitter-V5.kicad_pcb -------------------------------------------------------------------------------- /V5/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/fp-info-cache -------------------------------------------------------------------------------- /V5/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/fp-lib-table -------------------------------------------------------------------------------- /V5/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/V5/sym-lib-table -------------------------------------------------------------------------------- /fp-info-cache: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/fp-lib-table -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bluepylons/USB-C-3-way-splitter/HEAD/sym-lib-table --------------------------------------------------------------------------------