! Rushabh | Linux Shill
```ts
<jumper
name="J3"
schWidth={0.7}
schSectionName="connectors"
schX={-1.5}
schY={-4.2}
schDirection="left"
schPinArrangement={{
rightSide: {
direction: "top-to-bottom",
pins: ["SCL", "SDA", "3V3", "GND"],
},
}}
connections={{
pin4: sel.net().SCL,
pin3: sel.net().SDA,
pin2: sel.net().V3_3,
pin1: sel.net().GND,
}}
pinLabels={qwiicHeaderLabels}
footprint="pinrow4_id1.016_od1.88_nosquareplating_pinlabeltextalignright_pinlabelorthogonal_doublesidedpinlabel_pinlabelverticallyinverted"
pcbX={-2}
pcbY={-11.43}
/>
<jumper
name="J4"
pinCount={2}
schWidth={0.7}
schSectionName="connectors"
schX={2}
schY={-4.2}
schDirection="left"
schPinArrangement={{
rightSide: {
direction: "top-to-bottom",
pins: ["EOC", "RESET"],
},
}}
connections={{
pin2: sel.net().EOC,
pin1: sel.net().RESET,
}}
pinLabels={eocResetHeaderLabels}
footprint="pinrow2_id1.016_od1.88_nosquareplating_pinlabeltextalignright_pinlabelorthogonal_doublesidedpinlabel_pinlabelverticallyinverted"
pcbX={5.5}
pcbY={-11.43}
/>
```