-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeyswitch-Biscuit.kicad_pcb
508 lines (493 loc) · 35.3 KB
/
Keyswitch-Biscuit.kicad_pcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
(kicad_pcb (version 20211014) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(title_block
(title "Keyswitch Biscuit")
(date "2021-06-05")
(rev "1.1")
)
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(stackup
(layer "F.SilkS" (type "Top Silk Screen"))
(layer "F.Paste" (type "Top Solder Paste"))
(layer "F.Mask" (type "Top Solder Mask") (color "Green") (thickness 0.01))
(layer "F.Cu" (type "copper") (thickness 0.035))
(layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02))
(layer "B.Cu" (type "copper") (thickness 0.035))
(layer "B.Mask" (type "Bottom Solder Mask") (color "Green") (thickness 0.01))
(layer "B.Paste" (type "Bottom Solder Paste"))
(layer "B.SilkS" (type "Bottom Silk Screen"))
(copper_finish "None")
(dielectric_constraints no)
)
(pad_to_mask_clearance 0)
(aux_axis_origin 99.9 99.9)
(grid_origin 99.9 99.9)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(disableapertmacros false)
(usegerberextensions true)
(usegerberattributes true)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(svguseinch false)
(svgprecision 6)
(excludeedgelayer true)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue false)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk true)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "gerbers/gerbers-v1.1")
)
)
(net 0 "")
(net 1 "Row")
(net 2 "DataOut")
(net 3 "DataIn")
(net 4 "Col")
(net 5 "VCC")
(net 6 "GND")
(net 7 "Net-(D1-Pad2)")
(footprint "custom:SolderWire-0.1sqmm_1x03_D0.4mm_OD1mm" (layer "F.Cu")
(tedit 622D2CD0) (tstamp 068c9140-e10d-4a98-b487-4955c1d35f2a)
(at 106.8 101)
(descr "Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator")
(tags "connector wire 0.1sqmm")
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/896955cd-7be7-4c48-bde8-6bbc4213e1a3")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "J1" (at 2.45 -2.1) (layer "Cmts.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d9e5c0ac-1ffd-4eaf-9458-efff9fe2010d)
)
(fp_text value "Conn_01x03_Male" (at 3.6 2) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1ed56b1c-83af-4aa5-91bd-beb5e1e817b7)
)
(fp_text user "${REFERENCE}" (at 2.1 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 8b39e062-5f6e-4a52-9eaf-01739ff1d17e)
)
(fp_line (start 5.5 -1.3) (end -1.3 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp 36786add-c9c9-4600-9ba1-87227aaa690c))
(fp_line (start -1.3 -1.3) (end -1.3 1.3) (layer "F.CrtYd") (width 0.05) (tstamp 75174a5b-6aec-49e8-bade-5bd6dfe7d3c0))
(fp_line (start -1.3 1.3) (end 5.5 1.3) (layer "F.CrtYd") (width 0.05) (tstamp d5c11b8f-15f2-484e-aecb-1c1d0bfe3798))
(fp_line (start 5.5 1.3) (end 5.5 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp ebdb3bff-ae95-4d51-90e5-8f7d1021c63f))
(fp_circle (center 0 0) (end 0.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 0805b7db-4074-4273-b6b5-cb6c9b40ac78))
(fp_circle (center 4.2 0) (end 4.7 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 1d4bc457-e969-460f-a022-e5fade059bfe))
(fp_circle (center 2.1 0) (end 2.6 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp a8b70caa-4130-45e1-a9b2-d0d61af6aca9))
(pad "1" thru_hole roundrect (at 0 0) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask) (roundrect_rratio 0.15625)
(net 5 "VCC") (pinfunction "Pin_1") (pintype "passive") (tstamp f654cd6d-fe9f-4029-8add-46521e26beca))
(pad "2" thru_hole circle (at 2.1 0) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 4 "Col") (pinfunction "Pin_2") (pintype "passive") (tstamp 0a8ef85a-a80f-40ad-bb52-1cdca46ac841))
(pad "3" thru_hole circle (at 4.2 0) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 6 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 39a95d45-ce6f-4ee8-a9fc-0399cfa55f96))
(model "${KISYS3DMOD}/Connector_Wire.3dshapes/SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "custom:SolderWire-0.1sqmm_1x03_D0.4mm_OD1mm" (layer "F.Cu")
(tedit 622D2CD0) (tstamp 54ea1157-cf1d-40ef-ab7f-d80895247518)
(at 106.8 116.8)
(descr "Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator")
(tags "connector wire 0.1sqmm")
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/671f4e7b-5bd8-4a4e-b981-787dc21e983d")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "J3" (at 2.45 -2.1) (layer "Cmts.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0b5ad33f-a12c-4e5e-b4ae-8db396b3a057)
)
(fp_text value "Conn_01x03_Male" (at 3.6 2) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0f0c3464-0909-4aa5-acf8-08f655141682)
)
(fp_text user "${REFERENCE}" (at 2.1 0 90) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp c8431635-edb6-4185-acd8-b2d81a29585e)
)
(fp_line (start 5.5 1.3) (end 5.5 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp 5471573b-184c-47a5-a5aa-bc5d5d698348))
(fp_line (start 5.5 -1.3) (end -1.3 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp 6326f06a-6e1c-42da-b76c-871436abbe73))
(fp_line (start -1.3 1.3) (end 5.5 1.3) (layer "F.CrtYd") (width 0.05) (tstamp 9ccaa379-018a-4bfd-95d4-da0a68bc59af))
(fp_line (start -1.3 -1.3) (end -1.3 1.3) (layer "F.CrtYd") (width 0.05) (tstamp af2ecf6e-ddab-429e-ba9d-bfc12339bfeb))
(fp_circle (center 4.2 0) (end 4.7 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 599f3867-4b7b-49fb-a642-6fc057fcc65f))
(fp_circle (center 2.1 0) (end 2.6 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp a12aa60a-35d6-4903-a981-286412f63d7a))
(fp_circle (center 0 0) (end 0.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp ff81f0cf-d80e-4f16-9dd5-111ba49e9f46))
(pad "1" thru_hole roundrect (at 0 0) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask) (roundrect_rratio 0.15625)
(net 5 "VCC") (pinfunction "Pin_1") (pintype "passive") (tstamp 36e57ef3-4688-4d17-9a24-ae6eae50e13d))
(pad "2" thru_hole circle (at 2.1 0) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 4 "Col") (pinfunction "Pin_2") (pintype "passive") (tstamp 88bf0cb3-0b6f-4482-8321-2644756fc029))
(pad "3" thru_hole circle (at 4.2 0) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 6 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 40ca9678-bda1-41a2-8f3b-77a7d03f845e))
(model "${KISYS3DMOD}/Connector_Wire.3dshapes/SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "custom:D_SOD-123" (layer "F.Cu")
(tedit 60BA4414) (tstamp 6140ece8-d639-464e-87b0-0f592acefd4e)
(at 104.1 108.6 90)
(descr "SOD-123")
(tags "SOD-123")
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/8977006f-a359-4940-bece-8432232c977b")
(attr smd)
(fp_text reference "D1" (at 0 -2 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp de00a981-998a-42a6-b234-6fc0c280d642)
)
(fp_text value "D" (at 0 2.1 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b8e6fc6e-6867-46d0-8780-233da364b72e)
)
(fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 44b0c7f9-b4d5-4ef4-856f-a0e5cfea1106)
)
(fp_line (start -2.4 1) (end 1.65 1) (layer "F.SilkS") (width 0.12) (tstamp 559c2dd9-6bbb-4320-a22d-796842fe932a))
(fp_line (start -2.4 -1) (end 1.65 -1) (layer "F.SilkS") (width 0.12) (tstamp 8c26de51-4cfd-4aec-8683-08f06f1b28e5))
(fp_line (start -2.4 -1) (end -2.4 1) (layer "F.SilkS") (width 0.12) (tstamp 9396fee9-3b1c-4094-a13d-0e8e5d8c1080))
(fp_line (start 2.35 1.15) (end -2.6 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 005f7d15-6424-493e-bb0a-6d8d53d44872))
(fp_line (start -2.6 -1.15) (end 2.35 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp 0b697a04-3c6c-40ea-a26d-512c70b2e7bb))
(fp_line (start 2.35 -1.15) (end 2.35 1.15) (layer "F.CrtYd") (width 0.05) (tstamp 7f425f30-281f-4841-8d85-52733d936968))
(fp_line (start -2.6 -1.15) (end -2.6 1.15) (layer "F.CrtYd") (width 0.05) (tstamp af2cda5e-e18e-4cd1-9d92-ac2e292dbf4d))
(fp_line (start -1.4 0.9) (end -1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp 3cff0e82-8fd7-4b83-bbc1-c36ca6244fd7))
(fp_line (start 0.25 -0.4) (end 0.25 0.4) (layer "F.Fab") (width 0.1) (tstamp 4b686a36-0f2d-4db4-9849-a62d92cc26cc))
(fp_line (start 0.25 0) (end 0.75 0) (layer "F.Fab") (width 0.1) (tstamp 4ee60bfe-2414-4776-b337-e124254ebdf7))
(fp_line (start 1.4 0.9) (end -1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 5c2de2c0-f8c7-422e-92fc-59e253185edb))
(fp_line (start -0.35 0) (end -0.35 0.55) (layer "F.Fab") (width 0.1) (tstamp 60ec386e-ef11-40a2-8b22-96625787de94))
(fp_line (start -0.35 0) (end -0.35 -0.55) (layer "F.Fab") (width 0.1) (tstamp 66c321e0-2dee-465b-b22b-1666bf1fcba6))
(fp_line (start 1.4 -0.9) (end 1.4 0.9) (layer "F.Fab") (width 0.1) (tstamp 6f5fc0f4-e1b2-41d9-827b-3dea5d1efe11))
(fp_line (start 0.25 0.4) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 8e119cad-c6b4-41b1-9020-2c9f58e3e9dc))
(fp_line (start -0.75 0) (end -0.35 0) (layer "F.Fab") (width 0.1) (tstamp 903af435-37fa-40f5-8582-405ee35e00c6))
(fp_line (start -0.35 0) (end 0.25 -0.4) (layer "F.Fab") (width 0.1) (tstamp bf36699a-31a8-4c0b-9e50-c1a51dfb4f6d))
(fp_line (start -1.4 -0.9) (end 1.4 -0.9) (layer "F.Fab") (width 0.1) (tstamp e97ab74d-a565-495c-aff2-5ef1b98ea4a7))
(pad "1" smd rect locked (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "Row") (pinfunction "K") (pintype "passive") (tstamp 80266d88-113b-4748-9a49-fec8ada1d3ab))
(pad "2" smd rect locked (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "Net-(D1-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 0b4b9777-2333-43ef-9c5a-284da29463fa))
(model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "custom:SolderWire-0.1sqmm_1x03_D0.4mm_OD1mm" (layer "F.Cu")
(tedit 622D2CD0) (tstamp 94b300a6-6af8-4d66-ad68-5cee7c1a2cd6)
(at 116.8 109 -90)
(descr "Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator")
(tags "connector wire 0.1sqmm")
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/fa5c0371-caa9-41be-aa20-e5dc1e93ab9b")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "J2" (at 2.45 -2.1 -90) (layer "Cmts.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d11989c9-f061-4811-a4dc-91328b32b5f8)
)
(fp_text value "Conn_01x03_Male" (at 3.6 2 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6484f51d-2f32-48f3-ad4e-82dd82949ed1)
)
(fp_text user "${REFERENCE}" (at 2.1 0) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 4959ada9-1019-4c75-aa28-119cac384be2)
)
(fp_line (start -1.3 -1.3) (end -1.3 1.3) (layer "F.CrtYd") (width 0.05) (tstamp 288ac1a0-9217-4bc3-abd2-8e4f9a4bc52c))
(fp_line (start -1.3 1.3) (end 5.5 1.3) (layer "F.CrtYd") (width 0.05) (tstamp 3d5fa937-57cf-4398-93b1-340888d106bb))
(fp_line (start 5.5 -1.3) (end -1.3 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp d501407f-6f0d-4915-85d0-0624f0455332))
(fp_line (start 5.5 1.3) (end 5.5 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp f57d9c96-c4c5-45eb-b1a7-844305de8930))
(fp_circle (center 4.2 0) (end 4.7 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 1167ac46-6a88-460e-b533-4b9c3c93f0e5))
(fp_circle (center 0 0) (end 0.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 1f54d454-5b8a-4f91-b7ea-109e3cf9773c))
(fp_circle (center 2.1 0) (end 2.6 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 9487e5fa-4b8e-42a5-8597-6b7d5261390f))
(pad "1" thru_hole roundrect (at 0 0 270) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask) (roundrect_rratio 0.15625)
(net 2 "DataOut") (pinfunction "Pin_1") (pintype "passive") (tstamp b3e9076c-16f6-4adf-bbb0-b771e6fc656d))
(pad "2" thru_hole circle (at 2.1 0 270) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 1 "Row") (pinfunction "Pin_2") (pintype "passive") (tstamp 34912844-37ea-4e3b-864e-3b8bfab65e0d))
(pad "3" thru_hole circle (at 4.2 0 270) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 3 "DataIn") (pinfunction "Pin_3") (pintype "passive") (tstamp a03a2399-6659-4fa5-b487-54c48d97d4c8))
(model "${KISYS3DMOD}/Connector_Wire.3dshapes/SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "custom:SolderWire-0.1sqmm_1x03_D0.4mm_OD1mm" (layer "F.Cu")
(tedit 622D2CD0) (tstamp ed2e80e7-68fa-4d15-ab4c-f755a4170406)
(at 101 109 -90)
(descr "Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator")
(tags "connector wire 0.1sqmm")
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/c788ae7c-35f0-4d88-85eb-b6d5b78e4fa8")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "J4" (at 2.45 -2.1 -90) (layer "Cmts.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 625ab3ce-9ffa-4601-b3dd-f0ff733bda4a)
)
(fp_text value "Conn_01x03_Male" (at 3.6 2 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f00d4575-fe01-4fd5-b2fd-a40751711e65)
)
(fp_text user "${REFERENCE}" (at 2.1 0) (layer "F.Fab")
(effects (font (size 0.25 0.25) (thickness 0.04)))
(tstamp 1cc268b6-76a1-45f3-a13e-8a922c7a153a)
)
(fp_line (start 5.5 -1.3) (end -1.3 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp 367c0250-8a2f-4fb9-a8c6-559e53bbc0b0))
(fp_line (start -1.3 1.3) (end 5.5 1.3) (layer "F.CrtYd") (width 0.05) (tstamp abe7de44-8982-4b72-a58b-747d4aba0b99))
(fp_line (start -1.3 -1.3) (end -1.3 1.3) (layer "F.CrtYd") (width 0.05) (tstamp d17b27f9-021b-4528-b0d6-9bbc9eadde3d))
(fp_line (start 5.5 1.3) (end 5.5 -1.3) (layer "F.CrtYd") (width 0.05) (tstamp f46e041a-19ff-4c1e-87dc-072f65c2310f))
(fp_circle (center 2.1 0) (end 2.6 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 7292c86a-e098-47cd-9392-af0a5666b720))
(fp_circle (center 4.2 0) (end 4.7 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp c043b341-cb90-4855-a987-3949d52eb074))
(fp_circle (center 0 0) (end 0.5 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp da1b4685-66ec-4d1c-9b0b-3995e94e78e9))
(pad "1" thru_hole roundrect (at 0 0 270) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask) (roundrect_rratio 0.15625)
(net 3 "DataIn") (pinfunction "Pin_1") (pintype "passive") (tstamp f34691bd-05d3-4ddc-be49-93b7e56ea524))
(pad "2" thru_hole circle (at 2.1 0 270) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 1 "Row") (pinfunction "Pin_2") (pintype "passive") (tstamp cca84539-a6a7-47e6-8de9-b23d236b6b73))
(pad "3" thru_hole circle (at 4.2 0 270) (size 1.4 1.4) (drill 0.6) (layers *.Cu *.Mask)
(net 2 "DataOut") (pinfunction "Pin_3") (pintype "passive") (tstamp 06c07836-4b6e-4fdd-a9e0-51959941ee09))
(model "${KISYS3DMOD}/Connector_Wire.3dshapes/SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "custom:SK6812MINI_rev" (layer "F.Cu")
(tedit 622D2DFB) (tstamp fbb342f8-68e5-479a-8526-2783cbb4e3c7)
(at 108.9 113.68)
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/9a9ad748-b15d-46e0-9d3a-ce2baedadaf1")
(fp_text reference "D2" (at 0 2.1 unlocked) (layer "F.Fab")
(effects (font (size 0.7 0.7) (thickness 0.15)))
(tstamp 38017c6d-35b1-4cd6-9f6f-6c4bcdf442c2)
)
(fp_text value "SK6812MINI" (at 0 -0.5 unlocked) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 06d39ba7-3ded-44f4-a090-79bc432225e1)
)
(fp_circle (center 2.25 -1.65) (end 2.4 -1.65) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 89e97517-5d3c-4b93-8206-ed1b85e7f3ee))
(fp_rect (start 1.7 -1.5) (end -1.7 1.5) (layer "Edge.Cuts") (width 0.12) (fill none) (tstamp 2d524408-b5f1-4b72-a566-78f7c4e5b998))
(pad "1" smd rect (at -2.55 -0.75) (size 1.6 0.82) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "DataOut") (pinfunction "DOUT") (pintype "output") (tstamp 0e4c28cd-7780-4cc0-91c8-9c533dd9a15d))
(pad "2" smd roundrect (at 2.55 -0.75) (size 1.6 0.82) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 6 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp db002fb6-1bb0-4891-ab20-9bd892e749b7))
(pad "3" smd rect (at 2.55 0.75) (size 1.6 0.82) (layers "F.Cu" "F.Paste" "F.Mask")
(net 3 "DataIn") (pinfunction "DIN") (pintype "input") (tstamp ffbe6a48-2093-49ce-a708-1179f872fc1c))
(pad "4" smd rect (at -2.55 0.75) (size 1.6 0.81) (layers "F.Cu" "F.Paste" "F.Mask")
(net 5 "VCC") (pinfunction "VDD") (pintype "power_in") (tstamp 465f2ca7-baa7-443f-bfed-32a3d60eb49c))
)
(footprint "custom:MXOnly-1U-Hotswap-v2" locked (layer "B.Cu")
(tedit 60B6B864) (tstamp 306a3dac-8533-4e9c-b96e-7b6f66112fbd)
(at 108.9 108.9 180)
(property "Sheetfile" "Keyswitch-Biscuit.kicad_sch")
(property "Sheetname" "")
(path "/2f34767f-68a7-48e1-80bd-8448ffcb360a")
(attr smd)
(fp_text reference "MX1" (at 0 -3.048) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e8b3631a-6645-4424-9127-66241d57c68b)
)
(fp_text value "MX-NoLED" (at 0 7.9375) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 889a9c0a-e023-4956-ac19-2adf5f86d181)
)
(fp_text user "${REFERENCE}" (at 0 -3.048) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c2e33791-affb-41e9-b353-615abb2e6ce1)
)
(fp_line (start -7 7) (end -7 5) (layer "B.SilkS") (width 0.15) (tstamp 0fb51ddd-17c5-447d-91b6-5590e76a1e4a))
(fp_line (start -7 -5) (end -7 -7) (layer "B.SilkS") (width 0.15) (tstamp 17c41768-6bce-45c8-8181-b2b8206ffdfd))
(fp_line (start 5 -7) (end 7 -7) (layer "B.SilkS") (width 0.15) (tstamp 30eaa4c3-fe3f-41dd-888f-205e0feae6e2))
(fp_line (start 7 -7) (end 7 -5) (layer "B.SilkS") (width 0.15) (tstamp 63cc9eba-8e57-41b1-8f98-9997dd536512))
(fp_line (start 5 7) (end 7 7) (layer "B.SilkS") (width 0.15) (tstamp 63fd2f8a-4266-475b-b3dd-581bde87363c))
(fp_line (start -7 -7) (end -5 -7) (layer "B.SilkS") (width 0.15) (tstamp 8349c05e-d696-475a-98ef-7f93907a81b9))
(fp_line (start 7 7) (end 7 5) (layer "B.SilkS") (width 0.15) (tstamp e09e340d-7abc-405f-9bdb-5cb286a75dab))
(fp_line (start -5 7) (end -7 7) (layer "B.SilkS") (width 0.15) (tstamp f782ca79-49c3-4610-b439-47e8eda0c689))
(fp_line (start -9.525 -9.525) (end -9.525 9.525) (layer "Dwgs.User") (width 0.15) (tstamp 18dadc9f-a4c3-47a4-b233-e209dd038d4f))
(fp_line (start 9.525 9.525) (end 9.525 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp 501c652e-5753-4d7d-8aeb-8c1b312d4daf))
(fp_line (start -9.525 9.525) (end 9.525 9.525) (layer "Dwgs.User") (width 0.15) (tstamp b26b11ff-b3b9-41cd-8d4e-60298b214ef8))
(fp_line (start 9.525 -9.525) (end -9.525 -9.525) (layer "Dwgs.User") (width 0.15) (tstamp da392f64-849a-48f6-b646-fbeb279a13b7))
(fp_line (start -8.382 3.81) (end -8.382 1.27) (layer "F.CrtYd") (width 0.15) (tstamp 0fb25670-3921-43df-946a-0a61a82ab9bb))
(fp_line (start 4.572 3.81) (end 4.572 6.35) (layer "F.CrtYd") (width 0.15) (tstamp 1c2f5fe0-6b9f-44b1-8e65-0418d4cf96c1))
(fp_line (start 4.572 6.35) (end 7.112 6.35) (layer "F.CrtYd") (width 0.15) (tstamp 27fdbe29-9304-422d-ac1f-052b2623c87a))
(fp_line (start -5.842 1.27) (end -5.842 3.81) (layer "F.CrtYd") (width 0.15) (tstamp 4ee63c77-04fd-4bd6-b5da-329ff7b83aca))
(fp_line (start 7.112 3.81) (end 4.572 3.81) (layer "F.CrtYd") (width 0.15) (tstamp 7c9e277b-13ed-43a9-b881-b4425e4b545f))
(fp_line (start -5.842 3.81) (end -8.382 3.81) (layer "F.CrtYd") (width 0.15) (tstamp 9b48f8aa-8085-4561-bb18-4b11fe35088b))
(fp_line (start -8.382 1.27) (end -5.842 1.27) (layer "F.CrtYd") (width 0.15) (tstamp da4abeb6-c23f-45de-92d0-58ab35f1b9ea))
(fp_line (start 7.112 6.35) (end 7.112 3.81) (layer "F.CrtYd") (width 0.15) (tstamp dcd458b9-47f9-4429-ab9d-d34f0f6b414c))
(fp_circle (center 2.54 5.08) (end 2.54 6.604) (layer "F.CrtYd") (width 0.15) (fill none) (tstamp 4f7a7eeb-5189-4f77-9f9f-fc026d1682e8))
(fp_circle (center -3.81 2.54) (end -3.81 4.064) (layer "F.CrtYd") (width 0.15) (fill none) (tstamp bdd6cb0a-9cf6-4d1e-8e7c-069fa0fc61ab))
(pad "" np_thru_hole circle locked (at 0 0 180) (size 3.9878 3.9878) (drill 3.9878) (layers *.Cu *.Mask) (tstamp 8c7ca8b8-738c-4a1e-8722-c9beb92bdcb6))
(pad "" np_thru_hole circle locked (at 2.54 5.08 180) (size 3 3) (drill 3) (layers *.Cu *.Mask) (tstamp 99e01c6a-550c-46af-80b6-0d6718dd8bfb))
(pad "" np_thru_hole circle locked (at -3.81 2.54 180) (size 3 3) (drill 3) (layers *.Cu *.Mask) (tstamp c92151f4-0b9c-4e9c-9ee8-2aff33fa1677))
(pad "1" smd rect locked (at -7.085 2.54 180) (size 2.55 2.5) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "Col") (pinfunction "COL") (pintype "passive") (tstamp adb9c72e-576f-4a0c-8a50-3d47dbb62c41))
(pad "2" smd rect locked (at 5.842 5.08 180) (size 2.55 2.5) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "Net-(D1-Pad2)") (pinfunction "ROW") (pintype "passive") (tstamp 80d3e7d0-73d3-4541-9dc2-04c9364f4983))
)
(gr_line (start 115.9 117.9) (end 101.9 117.9) (layer "Edge.Cuts") (width 0.1) (tstamp 8167a042-526d-4c7d-8bdb-90df05c0e2bb))
(gr_arc (start 117.9 101.9) (mid 116.485786 101.314214) (end 115.9 99.9) (layer "Edge.Cuts") (width 0.1) (tstamp 9e6243ba-9622-4c70-b05a-81a09e85170c))
(gr_line (start 101.9 99.9) (end 115.9 99.9) (layer "Edge.Cuts") (width 0.1) (tstamp a2aa554e-4d74-4203-8053-665ddd0d7931))
(gr_line (start 99.9 115.9) (end 99.9 101.9) (layer "Edge.Cuts") (width 0.1) (tstamp afd779bc-af76-4087-8dab-a05e700886d4))
(gr_arc (start 115.9 117.9) (mid 116.485786 116.485786) (end 117.9 115.9) (layer "Edge.Cuts") (width 0.1) (tstamp b8275a62-3601-432b-86b8-93374b274244))
(gr_arc (start 101.9 99.9) (mid 101.314214 101.314214) (end 99.9 101.9) (layer "Edge.Cuts") (width 0.1) (tstamp cbff0b6e-319d-47ec-a389-ef132bbbfafd))
(gr_arc (start 99.9 115.9) (mid 101.314214 116.485786) (end 101.9 117.9) (layer "Edge.Cuts") (width 0.1) (tstamp cc8f9a88-a1ab-479a-9cb1-6c1d07f975fd))
(gr_line (start 117.9 101.9) (end 117.9 115.9) (layer "Edge.Cuts") (width 0.1) (tstamp e6868af4-3d6d-46aa-8159-8ead4194707b))
(gr_line (start 108.9 113.3) (end 108.9 97.9) (layer "F.Fab") (width 0.1) (tstamp 4cbd108b-9182-46a1-955d-d3e7bbe23afc))
(gr_line (start 108.9 113.3) (end 108.9 120.6) (layer "F.Fab") (width 0.1) (tstamp 7be31659-8ae9-48c0-a286-ddd922f96b67))
(gr_text "V1.1" (at 103.4 102.8) (layer "B.SilkS") (tstamp ed260809-02d5-44bd-837a-438875797cda)
(effects (font (size 0.8 0.8) (thickness 0.153)) (justify mirror))
)
(gr_text "DO" (at 101 114.8) (layer "F.SilkS") (tstamp 1e4a9ad9-5b47-461c-8c41-c6431f314135)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "VCC" (at 104.6 101) (layer "F.SilkS") (tstamp 49217a78-11b7-4ff6-875f-d8fb6740e3c5)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "DI" (at 115.2 113.2) (layer "F.SilkS") (tstamp 5a88942c-b7a0-41af-8ac1-43037bdb6121)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "C" (at 109.7 102.4) (layer "F.SilkS") (tstamp 827fb612-d4fc-473d-9dac-88714170a59b)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "VCC" (at 104.7 116.9) (layer "F.SilkS") (tstamp 892f6f9d-9a85-4ed1-8cb4-6b1e87bd7049)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "R" (at 102.3 111.2) (layer "F.SilkS") (tstamp 8e396f7b-8b9d-4756-8e97-5cc1def37f6d)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "GND" (at 113.3 101) (layer "F.SilkS") (tstamp 92db1145-4f8c-4229-87bc-25481ee36550)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "DI" (at 100.9 107.4) (layer "F.SilkS") (tstamp 94ef764a-aa3d-422d-b5c2-c5fd2793e85d)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "R" (at 115.4 111.1) (layer "F.SilkS") (tstamp a875d017-c7db-4f5f-b3d1-fa2500a29246)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "GND" (at 113.2 116.9) (layer "F.SilkS") (tstamp cfd8af8a-f729-482d-a749-4fe871a04267)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(gr_text "DO" (at 114.9 109) (layer "F.SilkS") (tstamp df07e49c-f564-42da-bde3-14d375f66b11)
(effects (font (size 0.8 0.8) (thickness 0.153)))
)
(segment (start 101.85 110.25) (end 104.1 110.25) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 239f7333-3acc-473c-9a71-fde8cdaddcb9))
(segment (start 116.8 111.1) (end 116.5 111.4) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 4e4f950e-2092-4b62-8f3e-77756df6dffc))
(segment (start 105.25 111.4) (end 104.1 110.25) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 8795ea3e-a911-42de-ad2f-389936865ae0))
(segment (start 101 111.1) (end 101.85 110.25) (width 0.1524) (layer "F.Cu") (net 1) (tstamp af95a91e-298d-450c-9d3e-841a6d111e11))
(segment (start 116.5 111.4) (end 105.25 111.4) (width 0.1524) (layer "F.Cu") (net 1) (tstamp ca9f54e4-d1a8-46e7-81cc-dc9480004202))
(segment (start 106.1 113.2) (end 106.35 112.95) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 69e3c56a-1ed0-404c-a74f-d91795a0db25))
(segment (start 116.8 109) (end 113 109) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 98cf2226-9e3a-464c-88c0-68f127787685))
(segment (start 104.6 113.2) (end 106.1 113.2) (width 0.1524) (layer "F.Cu") (net 2) (tstamp b54da364-a4cb-4e70-a509-2bd40803b5f2))
(segment (start 101 113.2) (end 104.6 113.2) (width 0.1524) (layer "F.Cu") (net 2) (tstamp c4a64df6-3c57-4824-8047-bcab1c546edf))
(via (at 113 109) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 2) (tstamp 5c323e79-4580-4c4a-9344-b858b830e7b6))
(via (at 104.6 113.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 2) (tstamp b1a6a0aa-1482-4ceb-a75f-13186a0b6d7f))
(segment (start 106.4 111.4) (end 109.794974 111.4) (width 0.1524) (layer "B.Cu") (net 2) (tstamp 26013d13-7a8a-4fe9-8f4c-bd18184bef0b))
(segment (start 109.794974 111.4) (end 112.194974 109) (width 0.1524) (layer "B.Cu") (net 2) (tstamp 84f2ad5c-d152-445e-a7aa-9d4631eecac2))
(segment (start 112.194974 109) (end 113 109) (width 0.1524) (layer "B.Cu") (net 2) (tstamp 88bdefe1-de12-4fca-b5b5-4215f2aa2584))
(segment (start 104.6 113.2) (end 106.4 111.4) (width 0.1524) (layer "B.Cu") (net 2) (tstamp b7b125ac-9c68-46ee-8452-5104b7808750))
(segment (start 111.7 109.2) (end 113 110.5) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 2259947e-5bb9-4ef4-9f5a-30360d58d9cb))
(segment (start 115.55 114.45) (end 116.8 113.2) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 3b4fefe9-7ad1-42b2-8dee-4af853e90094))
(segment (start 109.9 106.4) (end 111.7 108.2) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 7ab0ae23-4da9-4b9a-99ca-63c7059f6d30))
(segment (start 101 109) (end 104.3 109) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 7d980abb-9b38-4b1d-860a-17a7d6fb547b))
(segment (start 111.45 114.45) (end 114.15 114.45) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 867feae6-f08c-4c58-9c5b-3c8fad8cdd27))
(segment (start 114.15 114.45) (end 115.55 114.45) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 92ddd2ea-94ca-4708-acd4-51a81a4b2191))
(segment (start 113 110.5) (end 114.1 110.5) (width 0.1524) (layer "F.Cu") (net 3) (tstamp 9a7bac53-2ee5-4c3f-8877-0ec49dfbf26b))
(segment (start 111.7 108.2) (end 111.7 109.2) (width 0.1524) (layer "F.Cu") (net 3) (tstamp c2df6c23-7ca0-4d9e-8c08-d8eeaef6e8a4))
(segment (start 106.9 106.4) (end 109.9 106.4) (width 0.1524) (layer "F.Cu") (net 3) (tstamp df8fb1eb-add4-41de-ae99-cb79c0026ae0))
(segment (start 104.3 109) (end 106.9 106.4) (width 0.1524) (layer "F.Cu") (net 3) (tstamp e35a3b4f-f918-46b5-aa70-48d140986e71))
(via (at 114.1 110.5) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 3) (tstamp 1bc32ea5-70d1-4a2b-b694-e186fde34aa8))
(via (at 114.15 114.45) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 3) (tstamp 35a09909-4792-4acf-b8ba-86ad567579eb))
(segment (start 114.1 110.5) (end 114.1 114.4) (width 0.1524) (layer "B.Cu") (net 3) (tstamp d023e4a2-6abe-4617-81c7-d41e7fa3fe96))
(segment (start 114.1 114.4) (end 114.15 114.45) (width 0.1524) (layer "B.Cu") (net 3) (tstamp f0796078-1e16-4df3-ab73-c68e32abdfda))
(segment (start 114.3 104.675) (end 113.825 104.2) (width 0.1524) (layer "F.Cu") (net 4) (tstamp 15704571-3c1c-4d37-9a89-e16e517d0969))
(segment (start 113.825 104.2) (end 109.7 104.2) (width 0.1524) (layer "F.Cu") (net 4) (tstamp 27088263-8d5e-4268-95df-3d694683b9b0))
(segment (start 109.7 104.2) (end 108.9 105) (width 0.1524) (layer "F.Cu") (net 4) (tstamp 85f59bf6-6f82-438b-a19c-f326f6217c17))
(segment (start 115.985 106.36) (end 114.3 104.675) (width 0.1524) (layer "F.Cu") (net 4) (tstamp 87e85e08-a840-49a1-9584-578101c20635))
(via (at 108.9 105) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 4) (tstamp ce1abac8-b708-420d-9560-cdfcb217b8d8))
(segment (start 106.2 110.5) (end 106.2 107.7) (width 0.1524) (layer "B.Cu") (net 4) (tstamp 28ff867d-2f70-4db5-9867-36de4b767980))
(segment (start 106.2 107.7) (end 108.9 105) (width 0.1524) (layer "B.Cu") (net 4) (tstamp 434db5ef-bbc9-4df8-a2a8-40a4049429b8))
(segment (start 103.8 112.9) (end 106.2 110.5) (width 0.1524) (layer "B.Cu") (net 4) (tstamp 5afc27d0-eb64-4472-be31-8051cab60500))
(segment (start 103.8 112.9) (end 103.8 113.625) (width 0.1524) (layer "B.Cu") (net 4) (tstamp 870579d4-a3f8-4e85-b89e-818f843abdcb))
(segment (start 108.9 116.8) (end 107.75672 115.65672) (width 0.1524) (layer "B.Cu") (net 4) (tstamp add31dc3-c535-48f6-8695-a68d2ce1fa50))
(segment (start 107.75672 115.65672) (end 105.83172 115.65672) (width 0.1524) (layer "B.Cu") (net 4) (tstamp b1c0ca22-a1f4-47c7-8546-c1cdc9cf421f))
(segment (start 105.83172 115.65672) (end 103.8 113.625) (width 0.1524) (layer "B.Cu") (net 4) (tstamp ebd6d2d4-8797-4425-937f-684d511e7df4))
(segment (start 108.9 105) (end 108.9 101) (width 0.1524) (layer "B.Cu") (net 4) (tstamp f83f3cf4-85ba-48e0-a1e9-52aca7e009c4))
(segment (start 102.85 114.45) (end 106.35 114.45) (width 0.1524) (layer "F.Cu") (net 5) (tstamp bd7aa977-0679-474b-8d61-d81fd6aed2f9))
(segment (start 102.8 114.4) (end 102.85 114.45) (width 0.1524) (layer "F.Cu") (net 5) (tstamp ff29d671-98a4-4862-895e-468b5261580f))
(via (at 102.8 114.4) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 5) (tstamp 33e8bf5f-d5aa-473d-a54c-eab18a42220b))
(segment (start 102.8 115) (end 104.6 116.8) (width 0.1524) (layer "B.Cu") (net 5) (tstamp 35facc3b-455b-4dfc-8fed-72eb0e9b3f9e))
(segment (start 104.6 116.8) (end 106.8 116.8) (width 0.1524) (layer "B.Cu") (net 5) (tstamp 3de60ecb-e658-4aa4-ae40-72f6b4c79817))
(segment (start 102.8 103.7) (end 105.5 101) (width 0.1524) (layer "B.Cu") (net 5) (tstamp 41c4ee34-9a38-4db3-a63f-07b32e56e2ee))
(segment (start 102.8 104.2) (end 102.8 103.7) (width 0.1524) (layer "B.Cu") (net 5) (tstamp 5a2b501d-fc6d-48fb-868e-a4d4477c64e3))
(segment (start 102.8 114.4) (end 102.8 104.2) (width 0.1524) (layer "B.Cu") (net 5) (tstamp 90b3649c-e102-4b42-85cf-5befdbe061a4))
(segment (start 102.8 114.4) (end 102.8 115) (width 0.1524) (layer "B.Cu") (net 5) (tstamp 95ce1291-d053-4cdd-92fa-51a904894e31))
(segment (start 105.5 101) (end 106.8 101) (width 0.1524) (layer "B.Cu") (net 5) (tstamp e0a9a0fa-94ba-42f1-bdf7-48911c11e9ef))
(segment (start 111.45 112.95) (end 113.15 112.95) (width 0.1524) (layer "F.Cu") (net 6) (tstamp 4db6483c-5e18-4ccd-a1d2-b7b358750cde))
(segment (start 113.15 112.95) (end 113.2 113) (width 0.1524) (layer "F.Cu") (net 6) (tstamp 7ba812f6-8c9c-4172-a4bc-afb656455995))
(via (at 113.2 113) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 6) (tstamp 31daa86d-c0d0-4022-a8ab-d814be7e459c))
(segment (start 113.2 113) (end 113.2 114.6) (width 0.1524) (layer "B.Cu") (net 6) (tstamp 165810b5-f182-4b70-a264-c78316ddec78))
(segment (start 115.2 105.2) (end 111 101) (width 0.1524) (layer "B.Cu") (net 6) (tstamp 288c09b0-fff8-4046-bc3f-e1da0874497f))
(segment (start 113.2 109.9) (end 115.2 107.9) (width 0.1524) (layer "B.Cu") (net 6) (tstamp 2f02c450-39a3-4f63-82fa-6fa17787b69b))
(segment (start 113.2 113) (end 113.2 109.9) (width 0.1524) (layer "B.Cu") (net 6) (tstamp 3da6f678-1813-45b9-baa9-cdaa2cd2f191))
(segment (start 111 116.8) (end 113.2 114.6) (width 0.1524) (layer "B.Cu") (net 6) (tstamp a9a97bbf-af55-4d01-a985-8d98ddde1fac))
(segment (start 115.2 107.9) (end 115.2 105.2) (width 0.1524) (layer "B.Cu") (net 6) (tstamp b5741dd9-4543-4be6-b3c7-0c7473379fe2))
(segment (start 103.058 105.908) (end 103.058 103.82) (width 0.1524) (layer "F.Cu") (net 7) (tstamp 95cca6da-bc73-4735-91a7-84420b85b88b))
(segment (start 104.1 106.95) (end 103.058 105.908) (width 0.1524) (layer "F.Cu") (net 7) (tstamp dc451693-f9f1-40c4-a88d-145a242783b5))
)