-
Notifications
You must be signed in to change notification settings - Fork 0
/
rkjxt-jst-breakout.kicad_pcb
919 lines (900 loc) · 50.3 KB
/
rkjxt-jst-breakout.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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
(kicad_pcb (version 20221018) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(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
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010f0_ffffffff)
(plot_on_all_layers_selection 0x0000000_00000000)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(dashed_line_dash_ratio 12.000000)
(dashed_line_gap_ratio 3.000000)
(svgprecision 4)
(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 true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "unconnected-(S1-D_2-Pad11)")
(net 2 "unconnected-(JST1-Pin_6-Pad6)")
(net 3 "unconnected-(JST2-Pin_5-Pad5)")
(net 4 "row1")
(net 5 "COM")
(net 6 "col5")
(net 7 "col4")
(net 8 "col3")
(net 9 "col2")
(net 10 "col1")
(net 11 "encA")
(net 12 "encB")
(net 13 "Gnd")
(net 14 "unconnected-(JST2-Pin_4-Pad4)")
(footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu")
(tstamp 6eddb3c8-26e2-4f76-9df4-df6b59763236)
(at 129.75 82.75)
(descr "Mounting Hole 3.2mm, no annular, M3")
(tags "mounting hole 3.2mm no annular m3")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "H1" (at 0 -4.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 62442b6a-30b1-4ca2-8e83-44f375f2a515)
)
(fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5866c3ad-cfdf-44df-97e2-f73150281d76)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2a685f02-bd03-443d-870d-79d5813b145b)
)
(fp_circle (center 0 0) (end 3.2 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 40bcad6a-8851-4ead-8aca-ae2e639b3aa6))
(fp_circle (center 0 0) (end 3.45 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 58bf53ee-ad5b-42da-ac08-a2a9e0e90e05))
(pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 04737723-1e5a-4f96-bb70-3d61113a12f2))
)
(footprint "CT-KiCad-Library:RKJXT1F42001" (layer "F.Cu")
(tstamp 7363380f-3890-44af-aeb2-682993ca8bc6)
(at 143 82.61)
(descr "RKJXT1F42001")
(tags "Switch")
(property "Arrow Part Number" "")
(property "Arrow Price/Stock" "")
(property "Height" "17")
(property "Manufacturer_Name" "ALPS Electric")
(property "Manufacturer_Part_Number" "RKJXT1F42001")
(property "Mouser Part Number" "688-RKJXT1F42001")
(property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Alps-Alpine/RKJXT1F42001?qs=6EGMNY9ZYDTsBzSTrhiL0w%3D%3D")
(property "Sheetfile" "rkjxt-jst-breakout.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Multi-Directional Switches 4 drectnl swtch cntr push w/ an encoder")
(path "/7b482e32-41dc-47c8-97f3-bd8e803209ee")
(attr through_hole)
(fp_text reference "S1" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.27 1.27) (thickness 0.254)))
(tstamp 56481395-80e7-4d11-9111-984718699d21)
)
(fp_text value "RKJXT1F42001" (at 0 0) (layer "F.SilkS") hide
(effects (font (size 1.27 1.27) (thickness 0.254)))
(tstamp 84e4c2a5-ebef-423a-a5b9-38dd9cabc3b2)
)
(fp_line (start -8.5 -6) (end -6 -8.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 0742b6a7-563d-47fa-b3c5-699f2c736143))
(fp_line (start -8.5 6) (end -6 8.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp c01d3710-77d7-48f6-9e61-fa0150262f35))
(fp_line (start -6 -8.5) (end -2.5 -8.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 60339dd6-dd73-457a-a7a1-28d59fd8129d))
(fp_line (start -6 8.5) (end -2.5 8.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 3f778656-1d33-496c-a08a-80fd27dedcc2))
(fp_line (start -0.5 8.5) (end 6 8.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 7c8548b4-dbe4-4ad8-909a-d1f529338961))
(fp_line (start 2.5 -8.5) (end 6 -8.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp e3bccd80-3751-4a97-b30b-5c273331a43d))
(fp_line (start 6 -8.5) (end 8.5 -6)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp c5339760-ed53-4b3a-a956-175a1f7c90f8))
(fp_line (start 6 8.5) (end 8.5 6)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 5917962a-af76-4ef6-ba2d-e1c2da253cdc))
(fp_line (start 8.5 -6) (end 8.5 -2.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp b71ec36c-aa36-47d5-8dc8-334138c24302))
(fp_line (start 8.5 -0.5) (end 8.5 0.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 9bc68189-fc59-499c-8e55-25083dc83c49))
(fp_line (start 8.5 6) (end 8.5 2.5)
(stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp fcb140b0-d602-409d-b125-d773d9c15e07))
(fp_line (start -9.55 -9.55) (end 9.55 -9.55)
(stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 62d282bb-2341-4554-89ff-3c0b5894e5c2))
(fp_line (start -9.55 9.55) (end -9.55 -9.55)
(stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 221f6ebf-8632-473d-9c4d-5808b39208b5))
(fp_line (start 9.55 -9.55) (end 9.55 9.55)
(stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 1fca02dd-0e6c-46b6-b750-0ce8b56d47e5))
(fp_line (start 9.55 9.55) (end -9.55 9.55)
(stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 60178715-7071-404f-861a-e064ea7797b8))
(fp_line (start -8.5 -6) (end -8.5 6)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 1a876f03-2cdf-4515-b43b-a749ce0a72fb))
(fp_line (start -8.5 -6) (end -6 -8.5)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 8d4dfa0e-b40e-4047-ba5c-c62525252cb9))
(fp_line (start -6 -8.5) (end 6 -8.5)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp d2ad589c-7f48-437e-98d9-5c23ff7bee94))
(fp_line (start -6 8.5) (end -8.5 6)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 65509231-a365-4560-ac12-8dc6da064569))
(fp_line (start -6 8.5) (end 6 8.5)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp d9722463-e1bf-40a7-a9e7-a3e4e1013f5f))
(fp_line (start 6 -8.5) (end 8.5 -6)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 02eeea1b-8a2a-4a04-b1f6-6eed350fd193))
(fp_line (start 6 8.5) (end 8.5 6)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 9d4c6d07-5a2e-4592-947f-ef1f8dcbcbde))
(fp_line (start 8.5 6) (end 8.5 -6)
(stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp eb71a7c4-796a-45b0-a86f-8372ec9e80b3))
(pad "1" thru_hole circle (at -1.5 7.8) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 10 "col1") (pinfunction "A") (pintype "passive") (tstamp 21c5f839-2d14-4e80-89c9-0584bb3bb6f8))
(pad "2" thru_hole circle (at 1 6.98) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 6 "col5") (pinfunction "PUSH") (pintype "passive") (tstamp bb68260c-44d9-4fa5-a83f-c78270f65e1f))
(pad "3" thru_hole circle (at 6.86 3.75) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 13 "Gnd") (pinfunction "GND_TERMINAL") (pintype "passive") (tstamp 89301980-0ba7-4fde-abcb-e4c0db837422))
(pad "4" thru_hole circle (at 7.8 1.5) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 9 "col2") (pinfunction "B") (pintype "passive") (tstamp 0c1d3d3d-3bde-4175-a6fc-96e2e858e62c))
(pad "5" thru_hole circle (at 7.8 -1.5) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 12 "encB") (pinfunction "ENCODER_B") (pintype "passive") (tstamp 2d9ba150-f7f7-4588-8d9a-b0d2a0e33ee2))
(pad "6" thru_hole circle (at 1.5 -7.8) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 8 "col3") (pinfunction "C") (pintype "passive") (tstamp 260b4780-51ad-491f-9eb5-391d6a3c31a9))
(pad "7" thru_hole circle (at -1 -5.78) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 5 "COM") (pinfunction "COM") (pintype "passive") (tstamp 9c3c3a69-d6e2-4338-8aed-4a907bfefa5e))
(pad "8" thru_hole circle (at -1.5 -7.8) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 13 "Gnd") (pinfunction "ENCODER_COM") (pintype "passive") (tstamp 6befcf4d-f4b5-41f9-a623-634740165dcf))
(pad "9" thru_hole circle (at -7.8 -1.5) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 7 "col4") (pinfunction "D_1") (pintype "passive") (tstamp a96434db-025b-442d-882c-b0ebcde7780a))
(pad "10" thru_hole circle (at -7.8 1.5) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 11 "encA") (pinfunction "ENCODER_A") (pintype "passive") (tstamp 35ccb50c-d5b8-4ecb-a603-8b19edf56276))
(pad "11" thru_hole circle (at -3.8 1.5) (size 1.5 1.5) (drill 1) (layers "*.Cu" "*.Mask")
(net 1 "unconnected-(S1-D_2-Pad11)") (pinfunction "D_2") (pintype "passive+no_connect") (tstamp fa77ce4a-52de-4118-8992-55e9e763e372))
(model "RKJXT1F42001.stp"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu")
(tstamp 8cb270d0-b7e6-436d-a075-bc3011571ddd)
(at 142.75 69.5)
(descr "Mounting Hole 3.2mm, no annular, M3")
(tags "mounting hole 3.2mm no annular m3")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "H2" (at 0 -4.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1ef75bd7-2b42-4f86-b631-4a779697d17b)
)
(fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 11b54bcd-134e-44b7-9a34-b85cfea3858d)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3f579703-7e93-4412-9e79-d0a81676ef75)
)
(fp_circle (center 0 0) (end 3.2 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6ffb455b-8da7-48fb-936b-ed45bca6275f))
(fp_circle (center 0 0) (end 3.45 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 613c8ae0-6528-49a7-9289-cdf414733a89))
(pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp d20846e9-3ed2-41d0-bded-a53d3bbb11c7))
)
(footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu")
(tstamp fa3177a1-85ea-47f1-a082-cce5a5971c80)
(at 156.25 82.75)
(descr "Mounting Hole 3.2mm, no annular, M3")
(tags "mounting hole 3.2mm no annular m3")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "H3" (at 0 -4.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp cc2c79ec-7687-420d-ab6d-46b17b9b1b92)
)
(fp_text value "MountingHole_3.2mm_M3" (at 0 4.2) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1b601745-54ad-4129-bc72-a211198a4119)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8e6572ba-49d5-4ec2-a77d-8be67f469253)
)
(fp_circle (center 0 0) (end 3.2 0)
(stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp b4e8de3e-6cd9-45d5-9305-e837e3682f0c))
(fp_circle (center 0 0) (end 3.45 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 656e2ffa-e973-4e12-b579-cdd4e5c5bbd3))
(pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 14ad2ea9-f255-4c88-be91-ae6990b03456))
)
(footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" (layer "B.Cu")
(tstamp 49f98fae-cd91-42e0-94c9-c3b49e270a04)
(at 134.96 87 -90)
(descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x06 2.54mm single row")
(property "Sheetfile" "rkjxt-jst-breakout.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x06, script generated")
(property "ki_keywords" "connector")
(path "/3060cd76-2164-4536-866a-04ce467e4f18")
(attr through_hole)
(fp_text reference "JST1" (at 0 2.77 90) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.17) bold) (justify mirror))
(tstamp a5d85eed-0024-4feb-bae3-2d7696c514e5)
)
(fp_text value "Conn_01x06_Socket" (at 0 -15.47 90) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 026e695f-ebe4-4843-ac4d-bdea0b82f257)
)
(fp_text user "${REFERENCE}" (at 0 -6.35) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 62dcfdfc-15e1-4f5a-a58f-a9242c299a18)
)
(fp_line (start -1.33 -14.03) (end 1.33 -14.03)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4367cf82-5461-4489-b414-077f15b7ef51))
(fp_line (start -1.33 -1.27) (end -1.33 -14.03)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 19cb622c-c8ef-4b8d-a912-9046b642542a))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d1f822bd-593f-40cd-9b36-2b3c90c3ffd6))
(fp_line (start 0 1.33) (end 1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e04b595-883b-46bb-a1b0-363823f59b64))
(fp_line (start 1.33 -1.27) (end 1.33 -14.03)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1ed204fb-e509-4ae8-b560-d9ce13357dd3))
(fp_line (start 1.33 1.33) (end 1.33 0)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a3df5da-ba73-43b3-a7a3-fa5ee7ebe62e))
(fp_line (start -1.8 -14.45) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e42539e2-1185-4385-b17c-67f82862351c))
(fp_line (start -1.8 1.8) (end 1.75 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dbc0ee84-330d-4fc3-94f8-bb4589e524d0))
(fp_line (start 1.75 -14.45) (end -1.8 -14.45)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 06ba0258-4eb8-4505-b8b1-5497484bf549))
(fp_line (start 1.75 1.8) (end 1.75 -14.45)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1fb0f12e-da5a-46ca-b89d-28f3a971eb65))
(fp_line (start -1.27 -13.97) (end -1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dd6b9fa2-e6a5-4daf-ad0f-847677e92475))
(fp_line (start -1.27 1.27) (end 0.635 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b448e462-f802-43dc-861e-bf773231dacf))
(fp_line (start 0.635 1.27) (end 1.27 0.635)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0cdac6a3-4b82-4a78-89da-a381b498cbfe))
(fp_line (start 1.27 -13.97) (end -1.27 -13.97)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0abd8751-014d-4923-9dae-b339e340caa6))
(fp_line (start 1.27 0.635) (end 1.27 -13.97)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ecbc842-78ac-4289-9078-ebc3c2e5da6e))
(pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 10 "col1") (pinfunction "Pin_1") (pintype "passive") (tstamp 08a0a6e2-9cee-4466-b37f-538f95fdcfcd))
(pad "2" thru_hole oval (at 0 -2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 9 "col2") (pinfunction "Pin_2") (pintype "passive") (tstamp 5fd3a563-123e-4b0a-978b-e491acc3c752))
(pad "3" thru_hole oval (at 0 -5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 8 "col3") (pinfunction "Pin_3") (pintype "passive") (tstamp 2ac39858-2b06-4c4c-84d6-4c39472b8184))
(pad "4" thru_hole oval (at 0 -7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 7 "col4") (pinfunction "Pin_4") (pintype "passive") (tstamp b9668ca2-d1c2-41e9-b5cb-77f12bd62878))
(pad "5" thru_hole oval (at 0 -10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 6 "col5") (pinfunction "Pin_5") (pintype "passive") (tstamp f44f312e-bd31-4ac9-836c-a767e5856ecc))
(pad "6" thru_hole oval (at 0 -12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 2 "unconnected-(JST1-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive+no_connect") (tstamp 3ab5d0d5-db79-43c2-8c94-3bae3b49f81a))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "CT-KiCad-Library:awesome-logo" locked (layer "B.Cu")
(tstamp cb0da290-d347-477d-8d3f-82e84a81fe57)
(at 150.5 75 180)
(attr board_only exclude_from_pos_files exclude_from_bom)
(fp_text reference "G***" (at 0 0) (layer "B.SilkS") hide
(effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror))
(tstamp f9a148e6-efaf-40c4-a6a3-035896b11aff)
)
(fp_text value "LOGO" (at 0.75 0) (layer "B.SilkS") hide
(effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror))
(tstamp c3a3d7ee-2cf2-4860-b3eb-314f3bc110cd)
)
(fp_poly
(pts
(xy -1.172119 1.286262)
(xy -1.123842 1.26186)
(xy -0.983301 1.139644)
(xy -0.868064 0.964072)
(xy -0.786073 0.757991)
(xy -0.74527 0.544247)
(xy -0.753597 0.345685)
(xy -0.776871 0.26377)
(xy -0.818681 0.156308)
(xy -1.404296 0.156308)
(xy -1.989911 0.156308)
(xy -2.032 0.312616)
(xy -1.91477 0.312616)
(xy -1.409403 0.312616)
(xy -1.201949 0.313376)
(xy -1.059492 0.316974)
(xy -0.968881 0.325389)
(xy -0.916961 0.340598)
(xy -0.890583 0.364578)
(xy -0.878708 0.392418)
(xy -0.868546 0.482568)
(xy -0.875885 0.602839)
(xy -0.87951 0.626879)
(xy -0.909899 0.740271)
(xy -0.94901 0.780816)
(xy -0.994254 0.745956)
(xy -0.996462 0.742462)
(xy -1.056362 0.709544)
(xy -1.152956 0.706397)
(xy -1.25175 0.730533)
(xy -1.306286 0.764792)
(xy -1.355516 0.857459)
(xy -1.363826 0.971538)
(xy -1.330903 1.069896)
(xy -1.309077 1.094154)
(xy -1.259954 1.150564)
(xy -1.250462 1.177093)
(xy -1.284176 1.202654)
(xy -1.368238 1.211492)
(xy -1.477029 1.205241)
(xy -1.584931 1.185534)
(xy -1.666325 1.154008)
(xy -1.672136 1.150187)
(xy -1.789847 1.023584)
(xy -1.872266 0.841962)
(xy -1.912164 0.623245)
(xy -1.91477 0.548634)
(xy -1.91477 0.312616)
(xy -2.032 0.312616)
(xy -2.034522 0.321981)
(xy -2.060266 0.530834)
(xy -2.036133 0.749883)
(xy -1.969037 0.958189)
(xy -1.865891 1.13481)
(xy -1.73361 1.258809)
(xy -1.723124 1.26516)
(xy -1.551091 1.325554)
(xy -1.356115 1.332526)
)
(stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp ca771526-570a-423d-a6e4-979660315464))
(fp_poly
(pts
(xy 0.989189 1.3126)
(xy 1.172061 1.212609)
(xy 1.334333 1.049736)
(xy 1.428906 0.89877)
(xy 1.463661 0.792686)
(xy 1.487705 0.646083)
(xy 1.499525 0.485448)
(xy 1.497608 0.337271)
(xy 1.480442 0.228038)
(xy 1.468761 0.200849)
(xy 1.422835 0.182316)
(xy 1.309147 0.168887)
(xy 1.124621 0.160366)
(xy 0.866181 0.156562)
(xy 0.762 0.156308)
(xy 0.477982 0.158569)
(xy 0.268914 0.165479)
(xy 0.131721 0.177234)
(xy 0.063324 0.194028)
(xy 0.055238 0.200849)
(xy 0.040885 0.260789)
(xy 0.03044 0.373577)
(xy 0.026942 0.484865)
(xy 0.154853 0.484865)
(xy 0.156156 0.395985)
(xy 0.179254 0.336291)
(xy 0.234787 0.299988)
(xy 0.333395 0.281284)
(xy 0.485717 0.274385)
(xy 0.702394 0.273499)
(xy 0.780312 0.273539)
(xy 1.367692 0.273539)
(xy 1.367692 0.501488)
(xy 1.362353 0.65648)
(xy 1.344209 0.741411)
(xy 1.310066 0.763782)
(xy 1.266378 0.739457)
(xy 1.169724 0.704079)
(xy 1.052506 0.717898)
(xy 0.947566 0.773052)
(xy 0.901827 0.826747)
(xy 0.865476 0.912427)
(xy 0.875182 0.98813)
(xy 0.899354 1.04167)
(xy 0.94257 1.128359)
(xy 0.969036 1.181831)
(xy 0.969156 1.182077)
(xy 0.942695 1.198775)
(xy 0.859384 1.209389)
(xy 0.790573 1.211385)
(xy 0.574368 1.176314)
(xy 0.394938 1.076653)
(xy 0.260928 0.920727)
(xy 0.180986 0.716863)
(xy 0.164704 0.608724)
(xy 0.154853 0.484865)
(xy 0.026942 0.484865)
(xy 0.02635 0.503695)
(xy 0.055396 0.759927)
(xy 0.13835 0.974265)
(xy 0.264568 1.14371)
(xy 0.423404 1.265264)
(xy 0.604216 1.335929)
(xy 0.796359 1.352707)
)
(stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 8d1a1017-e45e-4fff-a2a0-0dfc58a19a90))
(fp_poly
(pts
(xy 1.446746 -0.472674)
(xy 1.478057 -0.757665)
(xy 1.432642 -1.029649)
(xy 1.311009 -1.287564)
(xy 1.113667 -1.530353)
(xy 0.841124 -1.756957)
(xy 0.824491 -1.768563)
(xy 0.566913 -1.905538)
(xy 0.27199 -1.99425)
(xy -0.03832 -2.03211)
(xy -0.342057 -2.016529)
(xy -0.617265 -1.944918)
(xy -0.629434 -1.940005)
(xy -0.771326 -1.875701)
(xy -0.901594 -1.806861)
(xy -0.964012 -1.767655)
(xy -0.977628 -1.755656)
(xy -0.5165 -1.755656)
(xy -0.507552 -1.823446)
(xy -0.45598 -1.868924)
(xy -0.35256 -1.894787)
(xy -0.188068 -1.903735)
(xy -0.019539 -1.900982)
(xy 0.165536 -1.888992)
(xy 0.310407 -1.861528)
(xy 0.452768 -1.80944)
(xy 0.554678 -1.761566)
(xy 0.692219 -1.688688)
(xy 0.807591 -1.618433)
(xy 0.877144 -1.56528)
(xy 0.879581 -1.562689)
(xy 0.914144 -1.514745)
(xy 0.905325 -1.473856)
(xy 0.844214 -1.417803)
(xy 0.811261 -1.392349)
(xy 0.57836 -1.249346)
(xy 0.351089 -1.182702)
(xy 0.122874 -1.191579)
(xy -0.112183 -1.274802)
(xy -0.286278 -1.389793)
(xy -0.421602 -1.53472)
(xy -0.502499 -1.690967)
(xy -0.5165 -1.755656)
(xy -0.977628 -1.755656)
(xy -1.1613 -1.593798)
(xy -1.347009 -1.369482)
(xy -1.507639 -1.116392)
(xy -1.629689 -0.856216)
(xy -1.699658 -0.610639)
(xy -1.70461 -0.578053)
(xy -1.724539 -0.464188)
(xy -1.752923 -0.408569)
(xy -1.80219 -0.391389)
(xy -1.822112 -0.390769)
(xy -1.8969 -0.369459)
(xy -1.91477 -0.332153)
(xy -1.907019 -0.317738)
(xy -1.879329 -0.305852)
(xy -1.825042 -0.29626)
(xy -1.7375 -0.288726)
(xy -1.610045 -0.283014)
(xy -1.436019 -0.27889)
(xy -1.208764 -0.276117)
(xy -0.921623 -0.27446)
(xy -0.567937 -0.273684)
(xy -0.257898 -0.273538)
(xy 1.398974 -0.273538)
)
(stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp e02479ef-7722-4bc2-848b-dab1279612f2))
(fp_poly
(pts
(xy 0.537852 2.438962)
(xy 0.930912 2.315376)
(xy 1.304428 2.124188)
(xy 1.650008 1.865398)
(xy 1.760829 1.76083)
(xy 2.042857 1.426792)
(xy 2.257282 1.061932)
(xy 2.404105 0.674643)
(xy 2.483326 0.27332)
(xy 2.494945 -0.133643)
(xy 2.438961 -0.537852)
(xy 2.315375 -0.930912)
(xy 2.124187 -1.304428)
(xy 1.865397 -1.650008)
(xy 1.760829 -1.760829)
(xy 1.424736 -2.04365)
(xy 1.051997 -2.26061)
(xy 0.651212 -2.409167)
(xy 0.230983 -2.48678)
(xy -0.200092 -2.490906)
(xy -0.540497 -2.441004)
(xy -0.929452 -2.31819)
(xy -1.301898 -2.125579)
(xy -1.642866 -1.871515)
(xy -1.76083 -1.760829)
(xy -2.042858 -1.426791)
(xy -2.257283 -1.061931)
(xy -2.404106 -0.674642)
(xy -2.483327 -0.273319)
(xy -2.493915 0.097577)
(xy -2.278606 0.097577)
(xy -2.274567 -0.188404)
(xy -2.245304 -0.453517)
(xy -2.211012 -0.605692)
(xy -2.057055 -0.998209)
(xy -1.840748 -1.351175)
(xy -1.569461 -1.658055)
(xy -1.250559 -1.912316)
(xy -0.891412 -2.107423)
(xy -0.499386 -2.236842)
(xy -0.33598 -2.268603)
(xy -0.102895 -2.286296)
(xy 0.1663 -2.277424)
(xy 0.435172 -2.244488)
(xy 0.62523 -2.202585)
(xy 1.001069 -2.057452)
(xy 1.345058 -1.846089)
(xy 1.648994 -1.576757)
(xy 1.904673 -1.257716)
(xy 2.103894 -0.897227)
(xy 2.211011 -0.605692)
(xy 2.25742 -0.372813)
(xy 2.278605 -0.097576)
(xy 2.274566 0.188405)
(xy 2.245303 0.453518)
(xy 2.211011 0.605693)
(xy 2.055451 1.001304)
(xy 1.835706 1.357418)
(xy 1.558575 1.667234)
(xy 1.23086 1.923952)
(xy 0.859359 2.120772)
(xy 0.605692 2.211012)
(xy 0.372813 2.257421)
(xy 0.097576 2.278606)
(xy -0.188405 2.274567)
(xy -0.453518 2.245304)
(xy -0.605693 2.211012)
(xy -1.001304 2.055452)
(xy -1.357418 1.835707)
(xy -1.667234 1.558576)
(xy -1.923952 1.230861)
(xy -2.120772 0.85936)
(xy -2.211012 0.605693)
(xy -2.257421 0.372814)
(xy -2.278606 0.097577)
(xy -2.493915 0.097577)
(xy -2.494945 0.133644)
(xy -2.438962 0.537853)
(xy -2.315376 0.930912)
(xy -2.124188 1.304429)
(xy -1.865398 1.650009)
(xy -1.76083 1.76083)
(xy -1.426792 2.042858)
(xy -1.061932 2.257283)
(xy -0.674643 2.404106)
(xy -0.27332 2.483327)
(xy 0.133643 2.494945)
)
(stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp f7b66ff5-93f6-4eb0-8af4-95cd4a1b8101))
)
(footprint "Diode_SMD:D_SOD-123" (layer "B.Cu")
(tstamp d53700d6-1512-4775-8a60-4c79558f5b2c)
(at 136.5 75)
(descr "SOD-123")
(tags "SOD-123")
(property "Sheetfile" "rkjxt-jst-breakout.kicad_sch")
(property "Sheetname" "")
(property "Sim.Device" "D")
(property "Sim.Pins" "1=K 2=A")
(property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123")
(property "ki_keywords" "diode")
(path "/775477a6-e0bd-4f23-ae19-3ec7d88eb4b9")
(attr smd)
(fp_text reference "D1" (at 0 2) (layer "B.SilkS") hide
(effects (font (size 1 1) (thickness 0.17) bold))
(tstamp aa5e90f1-68d4-406d-96bf-368d37c0e95b)
)
(fp_text value "1N4148W" (at 0 -2.1) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6c9d0d54-b683-45ed-b558-512b8a7438e6)
)
(fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 9dcb3ead-7f4b-4010-8564-e61f9f839676)
)
(fp_line (start -2.36 -1) (end 1.65 -1)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0fccc54b-fa7a-4131-8129-02539af7e27f))
(fp_line (start -2.36 1) (end -2.36 -1)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd26ff12-e738-4779-8afb-66174d668ac8))
(fp_line (start -2.36 1) (end 1.65 1)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ab4aa9d-0029-41da-9cbe-de9798758882))
(fp_line (start -2.35 1.15) (end -2.35 -1.15)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f800c48-e6ca-4080-ac7a-4d3a1daacec8))
(fp_line (start -2.35 1.15) (end 2.35 1.15)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a72989f-7ac5-45a5-9db3-e6a491fda328))
(fp_line (start 2.35 -1.15) (end -2.35 -1.15)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b6f6bd54-8293-4f86-9372-b48d6ec697cf))
(fp_line (start 2.35 1.15) (end 2.35 -1.15)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 622f1656-decc-48ea-97d5-1908bf7ce935))
(fp_line (start -1.4 -0.9) (end -1.4 0.9)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7424c915-0baa-4f80-a1f3-61260d691390))
(fp_line (start -1.4 0.9) (end 1.4 0.9)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce9037e9-448b-4dd2-9162-1d2c0771372c))
(fp_line (start -0.75 0) (end -0.35 0)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 821efa33-bc45-41ef-9857-74a6299f388e))
(fp_line (start -0.35 0) (end -0.35 -0.55)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 768b4b9b-e6e7-4a93-aaa3-c342e76ea0a7))
(fp_line (start -0.35 0) (end -0.35 0.55)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8227b3b3-1e7e-4150-94e2-9c25ac2d668a))
(fp_line (start -0.35 0) (end 0.25 0.4)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fc3ab068-e076-4dc5-aa7b-7e9a080a4c9c))
(fp_line (start 0.25 -0.4) (end -0.35 0)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d548482b-e4f0-4b9e-b0e4-6229f815f579))
(fp_line (start 0.25 0) (end 0.75 0)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d3aa5ef-0f39-48de-be9e-086a97752050))
(fp_line (start 0.25 0.4) (end 0.25 -0.4)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0e84ab0e-cee6-4d3e-ba45-cf48520e9c6c))
(fp_line (start 1.4 -0.9) (end -1.4 -0.9)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36fa04fb-c078-463c-84db-79fb61a6d3f5))
(fp_line (start 1.4 0.9) (end 1.4 -0.9)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9428e8d5-915f-4437-b13f-c152d2697114))
(pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 4 "row1") (pinfunction "K") (pintype "passive") (tstamp 0d36cda6-7e60-4f7d-a381-96e4047b14dd))
(pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 5 "COM") (pinfunction "A") (pintype "passive") (tstamp a7ae09c2-6eef-4c96-82db-62baf00f0aa2))
(model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" (layer "B.Cu")
(tstamp e8b2cad9-5a14-4331-b4b2-704aa3ccd87a)
(at 134.96 79 -90)
(descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x06 2.54mm single row")
(property "Sheetfile" "rkjxt-jst-breakout.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Generic connector, single row, 01x06, script generated")
(property "ki_keywords" "connector")
(path "/8ba1be13-daa9-4d0a-b5a9-ff91db1cdd5e")
(attr through_hole)
(fp_text reference "JST2" (at 0 2.77 90) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.17) bold))
(tstamp c0dada28-3e6e-4da2-893c-3819d91ab8b7)
)
(fp_text value "Conn_01x06_Socket" (at 0 -15.47 90) (layer "B.Fab") hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 14b950e6-a957-4ac1-99c0-f516f35da0bd)
)
(fp_line (start -1.33 -14.03) (end 1.33 -14.03)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 95153e61-94eb-4131-a174-7e4cd06f48d1))
(fp_line (start -1.33 -1.27) (end -1.33 -14.03)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5ddac927-7ed4-48d2-b706-d2b56d01dd0a))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 131c893d-4bd7-46dd-a395-fcc269b8db2d))
(fp_line (start 0 1.33) (end 1.33 1.33)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e9a8d8dd-35a7-4070-a473-d2816aa58027))
(fp_line (start 1.33 -1.27) (end 1.33 -14.03)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a3da62a5-a4b6-4b41-aa42-6af0b0f7c151))
(fp_line (start 1.33 1.33) (end 1.33 0)
(stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4bac5f5a-e22c-48a7-a62a-08469716bc35))
(fp_line (start -1.8 -14.45) (end -1.8 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 61bd70c4-3a17-43ce-ae59-d5f3272c9801))
(fp_line (start -1.8 1.8) (end 1.75 1.8)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1acc2124-31c4-48b8-9b02-59d3a893318b))
(fp_line (start 1.75 -14.45) (end -1.8 -14.45)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp be72bade-4d65-48c6-9c50-6638b16cc057))
(fp_line (start 1.75 1.8) (end 1.75 -14.45)
(stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1e31a7b3-433e-4b10-8cb5-263485711693))
(fp_line (start -1.27 -13.97) (end -1.27 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c3c9da6f-c6d4-4065-9dce-0eaea0834607))
(fp_line (start -1.27 1.27) (end 0.635 1.27)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 331850cd-ab41-4211-9c8e-7d8eaf9ae631))
(fp_line (start 0.635 1.27) (end 1.27 0.635)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b7de7c46-df47-494d-a246-a48223a78624))
(fp_line (start 1.27 -13.97) (end -1.27 -13.97)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b23922ba-ce28-42a6-80f4-794d6281ca48))
(fp_line (start 1.27 0.635) (end 1.27 -13.97)
(stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2a5110fd-425b-40cc-8252-771e8406c279))
(pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 4 "row1") (pinfunction "Pin_1") (pintype "passive") (tstamp 2c7634b1-f4d0-45ad-a838-35050162d7aa))
(pad "2" thru_hole oval (at 0 -2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 11 "encA") (pinfunction "Pin_2") (pintype "passive") (tstamp 8a4a9df9-bb00-4a2b-b5fe-a17ed94b35da))
(pad "3" thru_hole oval (at 0 -5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 12 "encB") (pinfunction "Pin_3") (pintype "passive") (tstamp 95b54160-754d-47ab-8c81-4bf7e1ac0a69))
(pad "4" thru_hole oval (at 0 -7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 14 "unconnected-(JST2-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive+no_connect") (tstamp f64e401d-1870-4157-91f4-f280a6fe3fe6))
(pad "5" thru_hole oval (at 0 -10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 3 "unconnected-(JST2-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive+no_connect") (tstamp b895765c-fed7-4b86-9928-0c6ab49406d8))
(pad "6" thru_hole oval (at 0 -12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask")
(net 13 "Gnd") (pinfunction "Pin_6") (pintype "passive") (tstamp fc73bb4d-6ace-4c59-a834-e6a4f3ed29c9))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_line (start 137 72) (end 148.5 72)
(stroke (width 0.17) (type dash)) (layer "F.SilkS") (tstamp 05f11814-4335-484a-a7c7-d157f5bf29e6))
(gr_line (start 132 77.25) (end 132 88.25)
(stroke (width 0.17) (type dash)) (layer "F.SilkS") (tstamp 09df14a5-0f23-4653-ab1d-585d407fa5cd))
(gr_line (start 153.5 76.75) (end 153.5 88.75)
(stroke (width 0.17) (type dash)) (layer "F.SilkS") (tstamp 3cd0370c-de0e-4884-8b32-95d0a8ba95d9))
(gr_line (start 132 75.9) (end 132 73)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 011355d3-f6d9-435b-8119-061671c150e3))
(gr_arc (start 153.996008 76.252306) (mid 160.015858 82.848187) (end 153.8 89.259689)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 02a25bb6-da16-49b8-9ed4-4deb032069fb))
(gr_arc (start 152.5 72) (mid 153.207107 72.292893) (end 153.5 73)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 0ac750cd-1942-4965-8ac1-e2f75139bbfd))
(gr_arc (start 136.5 71.5) (mid 142.75 65.730032) (end 149 71.5)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 0e68d676-a866-4f77-a877-c3d39a0ab47d))
(gr_line (start 150.624264 92.324264) (end 153.300002 89.5)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 351eef58-c03e-4dd9-9abb-3e6704d27b77))
(gr_line (start 132.2 89) (end 135.3 92.299999)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 42f6c120-44f9-4665-8a34-179ca07b60a5))
(gr_arc (start 150.624264 92.324264) (mid 150.42961 92.454328) (end 150.2 92.5)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 5643f3ee-6976-4069-9bb7-a6b156fa1a9b))
(gr_line (start 136 72) (end 133 72)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 5b4ec79d-32ba-408d-8c1a-31645783e2a2))
(gr_arc (start 153.995818 76.252818) (mid 153.661019 75.997809) (end 153.523659 75.6)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 64fec46a-01f0-4d3d-9256-89d634a191ce))
(gr_arc (start 131.6 88.751472) (mid 131.924718 88.816062) (end 132.2 89)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 662b0ced-fbe3-40d4-97c7-7a0eee8b32e7))
(gr_arc (start 149.5 72) (mid 149.146447 71.853553) (end 149 71.5)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 6a3235dd-c7ae-4840-a477-3902634267c0))
(gr_line (start 135.8 92.474993) (end 150.2 92.5)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 7dc5eaf4-385e-4c5e-91c4-c50e739cda95))
(gr_line (start 152.5 72) (end 149.5 72)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 7e6e42f7-6263-40d2-a481-2c2f5520636c))
(gr_arc (start 153.300002 89.5) (mid 153.522625 89.322885) (end 153.8 89.259689)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 8a2daea9-90ce-4983-91ec-d56fedd56c14))
(gr_arc (start 136.5 71.5) (mid 136.353553 71.853553) (end 136 72)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 8e6162e2-951c-44d1-aac4-81e1d4045497))
(gr_arc (start 135.8 92.478558) (mid 135.536355 92.43256) (end 135.303862 92.3)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp 9b5f3d1a-7d10-4442-b92b-d32cef537079))
(gr_line (start 153.523659 75.6) (end 153.5 73)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp cf3d5aa2-724e-44a6-a759-f07a16986d8c))
(gr_arc (start 132 73) (mid 132.292893 72.292893) (end 133 72)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp ddadca77-0c58-4d1d-8de7-dd70ddcc654b))
(gr_arc (start 132 75.9) (mid 131.770615 76.500229) (end 131.199388 76.794495)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp e2d31e39-e555-41cb-bc26-efe9e324656a))
(gr_arc (start 131.6 88.751472) (mid 125.988595 82.951696) (end 131.198627 76.788837)
(stroke (width 0.1) (type default)) (layer "Edge.Cuts") (tstamp e913c7c4-58d5-4542-811c-f65910904bf1))
(gr_text "CRAZYMITTENS" (at 148.25 73.75) (layer "B.SilkS") (tstamp 88111856-f4c5-41cf-8588-d5a67668b3d6)
(effects (font (size 1 1) (thickness 0.17) bold) (justify left bottom mirror))
)
(gr_text "J1" (at 152.5 87.5) (layer "B.SilkS") (tstamp a7be8ae4-fd31-4feb-9f13-2e42f5347f45)
(effects (font (size 1 1) (thickness 0.17) bold) (justify left bottom mirror))
)
(gr_text "J2" (at 152.5 79.5) (layer "B.SilkS") (tstamp d84e5136-3e2e-4c45-95a4-d7ad5ac61746)
(effects (font (size 1 1) (thickness 0.17) bold) (justify left bottom mirror))
)
(gr_text_box "RKJXT1F42001\nBREAKOUT\nMINI v0.1"
(start 141.25 80.25) (end 150 84.75) (layer "B.SilkS") (tstamp f5ee2cfc-1458-4e55-9430-6230cd61f6b3)
(effects (font (size 1 1) (thickness 0.17) bold) (justify left top mirror))
)
(gr_text_box "RKJXT THIS SIDE"
(start 135.75 80.25) (end 150.25 83) (layer "F.SilkS") (tstamp d26de55c-6fd9-48dc-b827-b2d4f51ad800)
(effects (font (size 1 1) (thickness 0.17) bold) (justify left top))
)
(segment (start 134.96 75.187781) (end 134.96 79) (width 0.7) (layer "B.Cu") (net 4) (tstamp 97b41e56-050e-44d1-a541-c305850b4ffd))
(segment (start 134.905 75.055) (end 134.85 75) (width 0.7) (layer "B.Cu") (net 4) (tstamp a184a34a-9a30-4ad9-8e4d-a2672d675959))
(arc (start 134.905 75.055) (mid 134.945705 75.11592) (end 134.96 75.187781) (width 0.7) (layer "B.Cu") (net 4) (tstamp 8d683ebf-68b7-47ad-a718-02eada0405f2))
(segment (start 138.623743 75.123743) (end 139.739565 76.239565) (width 0.7) (layer "B.Cu") (net 5) (tstamp 620066a9-7e49-4644-bd6d-84805f131571))
(segment (start 138.325 75) (end 138.15 75) (width 0.7) (layer "B.Cu") (net 5) (tstamp 7f5b018b-9daf-4480-99c4-36584c599742))
(segment (start 141.165 76.83) (end 142 76.83) (width 0.7) (layer "B.Cu") (net 5) (tstamp 84d5be77-2bcd-42ad-80c3-565f5096f483))
(arc (start 139.739565 76.239565) (mid 140.39356 76.67655) (end 141.165 76.83) (width 0.7) (layer "B.Cu") (net 5) (tstamp 8400e539-5ea8-4936-9345-6cdd719d4dac))
(arc (start 138.623743 75.123743) (mid 138.486678 75.032159) (end 138.325 75) (width 0.7) (layer "B.Cu") (net 5) (tstamp d6d7cf5e-dbbd-4bde-9cc5-59603b05261d))
(segment (start 145.12 87.735) (end 145.12 87) (width 0.7) (layer "B.Cu") (net 6) (tstamp 027d3221-0d56-4b47-8d1b-18ccde4c7797))
(segment (start 144.600276 88.989723) (end 144 89.59) (width 0.7) (layer "B.Cu") (net 6) (tstamp b79d666c-df06-4285-bcf1-f116eeafcffc))
(arc (start 145.12 87.735) (mid 144.984928 88.414051) (end 144.600276 88.989723) (width 0.7) (layer "B.Cu") (net 6) (tstamp 3d3e24d5-b567-4a1d-8f26-01f93212d59c))
(segment (start 142.58 86.04) (end 142.58 87) (width 0.7) (layer "F.Cu") (net 7) (tstamp 814903c2-d620-45b3-8eaa-1b3633aecec2))
(segment (start 141.901177 84.401177) (end 139.815617 82.315617) (width 0.7) (layer "F.Cu") (net 7) (tstamp 9f9e0f4a-febc-4e7f-819a-23820f07ce65))
(segment (start 136.905 81.11) (end 135.2 81.11) (width 0.7) (layer "F.Cu") (net 7) (tstamp c7358b12-8b6b-4363-8c34-006bd906b220))
(arc (start 139.815617 82.315617) (mid 138.480214 81.423329) (end 136.905 81.11) (width 0.7) (layer "F.Cu") (net 7) (tstamp 0ab80861-9137-4b6f-b5bf-b626660ae470))
(arc (start 141.901177 84.401177) (mid 142.403579 85.153075) (end 142.58 86.04) (width 0.7) (layer "F.Cu") (net 7) (tstamp 4ab9c274-2d1c-4bc3-ab8b-0f1b1002da0e))
(segment (start 143.595 73.905) (end 144.5 74.81) (width 0.7) (layer "F.Cu") (net 8) (tstamp 213e7249-b7f8-4409-a21c-dca8ba7fc5c3))
(segment (start 137.103553 84.103553) (end 139.985857 86.985857) (width 0.7) (layer "F.Cu") (net 8) (tstamp 41d79b18-38de-4941-993a-39f3705e702f))
(segment (start 133.25 81.219669) (end 133.25 74.28033) (width 0.7) (layer "F.Cu") (net 8) (tstamp 750b908e-45be-4b19-8958-d0713bab924a))
(segment (start 141.410136 73) (end 134.53033 73) (width 0.7) (layer "F.Cu") (net 8) (tstamp 812b6b6e-7880-4348-9822-c0a8ed0cb7c8))
(segment (start 136.75 83.25) (end 136.75 82.926776) (width 0.7) (layer "F.Cu") (net 8) (tstamp 84385675-1e76-46d7-872e-7e30750c2c71))
(segment (start 136.323223 82.5) (end 134.53033 82.5) (width 0.7) (layer "F.Cu") (net 8) (tstamp b9dbb539-61bc-4ba1-acc9-3e9691642762))
(segment (start 140.02 87) (end 140.04 87) (width 0.7) (layer "F.Cu") (net 8) (tstamp f26c3c1e-254b-4dfd-a92d-d8d6e899e5e0))
(arc (start 136.625 82.625) (mid 136.717513 82.763456) (end 136.75 82.926776) (width 0.7) (layer "F.Cu") (net 8) (tstamp 02d87421-9e9e-4268-8ebe-76f3fbf9581b))
(arc (start 143.595 73.905) (mid 142.592576 73.235201) (end 141.410136 73) (width 0.7) (layer "F.Cu") (net 8) (tstamp 17fd7e5a-bf2d-4e5e-ba59-ed1595f202a7))
(arc (start 136.75 83.25) (mid 136.841885 83.711939) (end 137.103553 84.103553) (width 0.7) (layer "F.Cu") (net 8) (tstamp 56851208-76dc-40a6-b889-d6040831900d))
(arc (start 133.25 81.219669) (mid 133.347459 81.70963) (end 133.625 82.125) (width 0.7) (layer "F.Cu") (net 8) (tstamp 578a169f-1d2a-4685-84dd-c1d93a6f43fa))
(arc (start 139.985857 86.985857) (mid 140.001522 86.996324) (end 140.02 87) (width 0.7) (layer "F.Cu") (net 8) (tstamp 766b4bdd-39e8-49ae-b8b4-1f279b2ee480))
(arc (start 134.53033 73) (mid 134.040368 73.097459) (end 133.625 73.375) (width 0.7) (layer "F.Cu") (net 8) (tstamp 7c24fb28-6150-4af7-84d5-f6a9d7951a5f))
(arc (start 133.625 82.125) (mid 134.040368 82.40254) (end 134.53033 82.5) (width 0.7) (layer "F.Cu") (net 8) (tstamp 9a68e3f0-0401-4635-8bb8-82cc43e20449))
(arc (start 136.625 82.625) (mid 136.486543 82.532486) (end 136.323223 82.5) (width 0.7) (layer "F.Cu") (net 8) (tstamp c98701ec-29c6-4a62-8837-9602bbb7f206))
(arc (start 133.625 73.375) (mid 133.347459 73.790368) (end 133.25 74.28033) (width 0.7) (layer "F.Cu") (net 8) (tstamp e5ca4f5f-2c11-4e78-952b-c95a26c83035))
(segment (start 137.5 84.207106) (end 137.5 87) (width 0.7) (layer "B.Cu") (net 9) (tstamp 7924f0e5-3262-4338-b365-339314133467))
(segment (start 139.861558 82.5) (end 139.207106 82.5) (width 0.7) (layer "B.Cu") (net 9) (tstamp 825b6dff-d053-499b-96f9-46d70cee43bf))
(segment (start 143.748441 84.11) (end 150.8 84.11) (width 0.7) (layer "B.Cu") (net 9) (tstamp ac40cc1e-4d3f-4c22-870c-7bef68714647))
(arc (start 141.805 83.305) (mid 140.913341 82.709212) (end 139.861558 82.5) (width 0.7) (layer "B.Cu") (net 9) (tstamp 5bcf7204-1bbf-40bf-9abe-3a027120d765))
(arc (start 139.207106 82.5) (mid 138.553825 82.629945) (end 138 83) (width 0.7) (layer "B.Cu") (net 9) (tstamp 90e9af68-a186-41e1-a5b3-156b2991b582))
(arc (start 141.805 83.305) (mid 142.696658 83.900787) (end 143.748441 84.11) (width 0.7) (layer "B.Cu") (net 9) (tstamp b41b451a-1217-4de4-aeb9-d2861ca855c3))
(arc (start 138 83) (mid 137.629945 83.553825) (end 137.5 84.207106) (width 0.7) (layer "B.Cu") (net 9) (tstamp e5de3e14-e2c3-4d09-9153-7415ad3be005))
(segment (start 139.935 90.41) (end 141.5 90.41) (width 0.7) (layer "B.Cu") (net 10) (tstamp 4a411745-3374-45e4-a59c-0989d9be064c))
(segment (start 137.263377 89.303377) (end 134.96 87) (width 0.7) (layer "B.Cu") (net 10) (tstamp ee759a16-8511-4152-bb82-497020ec8f0d))
(arc (start 137.263377 89.303377) (mid 138.489128 90.122398) (end 139.935 90.41) (width 0.7) (layer "B.Cu") (net 10) (tstamp d2563821-bf0b-4299-baa4-c1cd4b7cd511))
(segment (start 136.506514 82.803485) (end 135.2 84.11) (width 0.7) (layer "B.Cu") (net 11) (tstamp 709bf20d-bdfe-4cef-9fba-922e93e27974))
(segment (start 137.5 80.405) (end 137.5 79) (width 0.7) (layer "B.Cu") (net 11) (tstamp 79dd389f-dbde-4f0e-bf20-ee4eb783c2d0))
(arc (start 137.5 80.405) (mid 137.241801 81.70305) (end 136.506514 82.803485) (width 0.7) (layer "B.Cu") (net 11) (tstamp fcf573f9-ac76-4070-a47e-1d37063d4a53))
(segment (start 141.095 80.055) (end 140.04 79) (width 0.7) (layer "B.Cu") (net 12) (tstamp 8ef39e41-fbee-4a9b-98f0-092b82a70784))
(segment (start 143.641995 81.11) (end 150.8 81.11) (width 0.7) (layer "B.Cu") (net 12) (tstamp c27b34e6-e901-4430-949a-791462da1f20))
(arc (start 141.095 80.055) (mid 142.263571 80.835814) (end 143.641995 81.11) (width 0.7) (layer "B.Cu") (net 12) (tstamp 7e045776-88d5-4fc9-9d4a-b1ab59b5a10e))
(segment (start 145.6875 77) (end 146.533309 77) (width 0.7) (layer "F.Cu") (net 13) (tstamp 101a7859-877d-483d-a5ff-14f6a7d0cc25))
(segment (start 141.8425 74.81) (end 141.5 74.81) (width 0.7) (layer "F.Cu") (net 13) (tstamp 3e9c13c7-e415-480c-8285-5cc999c893fb))
(segment (start 147.66 79.705) (end 147.66 79) (width 0.7) (layer "F.Cu") (net 13) (tstamp 401a42ab-f32d-44b7-967c-3b122a178c8f))
(segment (start 147.66 78.12669) (end 147.66 79) (width 0.7) (layer "F.Cu") (net 13) (tstamp 608e5afe-8ce4-4761-90a7-0ab695e6daad))
(segment (start 149.305 85.805) (end 149.86 86.36) (width 0.7) (layer "F.Cu") (net 13) (tstamp 785cfc65-2b01-4c50-9bc7-92b3a04ed28d))
(segment (start 148.75 82.270746) (end 148.75 84.465111) (width 0.7) (layer "F.Cu") (net 13) (tstamp 84733b9f-cad2-42a0-b563-accfb4683eb8))
(segment (start 148.205 80.955) (end 148.15851 80.90851) (width 0.7) (layer "F.Cu") (net 13) (tstamp e2ede9bd-7dba-4e52-a49e-3b83f482f8ae))
(segment (start 143.446922 76.071922) (end 142.427184 75.052184) (width 0.7) (layer "F.Cu") (net 13) (tstamp fd7e4ef3-1050-4aaf-9295-a448f293dc61))
(arc (start 143.446922 76.071922) (mid 144.474908 76.7588) (end 145.6875 77) (width 0.7) (layer "F.Cu") (net 13) (tstamp 1598898a-e702-4e6a-b1c9-8bab6dee7460))
(arc (start 147.33 77.33) (mid 146.964475 77.085764) (end 146.533309 77) (width 0.7) (layer "F.Cu") (net 13) (tstamp 39084cf1-06d3-4edb-8889-274542959937))
(arc (start 147.33 77.33) (mid 147.574235 77.695524) (end 147.66 78.12669) (width 0.7) (layer "F.Cu") (net 13) (tstamp 47a0789f-45c3-4956-adbe-9b6c90041e78))
(arc (start 147.66 79.705) (mid 147.789558 80.356334) (end 148.15851 80.90851) (width 0.7) (layer "F.Cu") (net 13) (tstamp 5b0f4bc5-c99a-4e61-8aa5-19c064676a96))
(arc (start 148.75 84.465111) (mid 148.894239 85.190253) (end 149.305 85.805) (width 0.7) (layer "F.Cu") (net 13) (tstamp 943f1d95-6d52-4cea-8027-035cf65925f2))
(arc (start 142.427184 75.052184) (mid 142.158928 74.872941) (end 141.8425 74.81) (width 0.7) (layer "F.Cu") (net 13) (tstamp 9e14ffa2-78cd-492b-b6f7-fb4250fe9007))
(arc (start 148.205 80.955) (mid 148.608359 81.558669) (end 148.75 82.270746) (width 0.7) (layer "F.Cu") (net 13) (tstamp a6f01aea-0968-4887-aa13-87a7730f8a19))
)