-
Notifications
You must be signed in to change notification settings - Fork 0
/
7x4x2-pcb.net
861 lines (861 loc) · 33.3 KB
/
7x4x2-pcb.net
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
(export (version D)
(design
(source C:\work\caravelle-pcb\caravelle.sch)
(date "2019/10/20 1:02:32")
(tool "Eeschema (5.1.4)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source caravelle.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref K1)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5B0EA658))
(comp (ref J1)
(value Conn_01x04)
(footprint locallib:programming_port)
(libsource (lib Connector) (part Conn_01x04_Male) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5B0EE9D3))
(comp (ref C1)
(value 0.1uF)
(footprint Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5B11573B))
(comp (ref K7)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEC7B8B))
(comp (ref K2)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEDF7A5))
(comp (ref K8)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEDF7AB))
(comp (ref K3)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF0781D))
(comp (ref K9)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF07823))
(comp (ref K4)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF0E12D))
(comp (ref K10)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF0E133))
(comp (ref K17)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF0E139))
(comp (ref K5)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2459B2))
(comp (ref K11)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2459B8))
(comp (ref K18)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2459BE))
(comp (ref K13)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C270694))
(comp (ref K20)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C27069A))
(comp (ref K24)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1.5U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2706A0))
(comp (ref K6)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C293EC7))
(comp (ref K12)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C293ECD))
(comp (ref K19)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C293ED3))
(comp (ref K23)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2B73F3))
(comp (ref K22)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1.25U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2B7467))
(comp (ref K28)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDE0))
(comp (ref K34)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDE6))
(comp (ref K41)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDEC))
(comp (ref K29)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDF8))
(comp (ref K35)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDFE))
(comp (ref K42)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE04))
(comp (ref K37)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE10))
(comp (ref K44)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE16))
(comp (ref K48)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1.5U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE1C))
(comp (ref K30)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE28))
(comp (ref K36)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE2E))
(comp (ref K43)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE34))
(comp (ref K47)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE40))
(comp (ref K46)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1.25U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEE46))
(comp (ref K21)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1.25U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5CA0A7C0))
(comp (ref K45)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1.25U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5CA279A2))
(comp (ref U2)
(value hole)
(footprint random-keyboard-parts:breakaway-mousebites)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAC27DC))
(comp (ref U3)
(value hole)
(footprint random-keyboard-parts:breakaway-mousebites)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAFE7E6))
(comp (ref U6)
(value hole)
(footprint random-keyboard-parts:breakaway-mousebites)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAFF053))
(comp (ref U7)
(value hole)
(footprint random-keyboard-parts:breakaway-mousebites)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAFF064))
(comp (ref U4)
(value hole)
(footprint random-keyboard-parts:breakaway-mousebites)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAD1F0F))
(comp (ref U8)
(value hole)
(footprint random-keyboard-parts:breakaway-mousebites)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5CAE0D14))
(comp (ref J2)
(value Conn_01x02_Female)
(footprint Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5CB3F2B3))
(comp (ref K40)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDD4))
(comp (ref K33)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDCE))
(comp (ref K27)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDC8))
(comp (ref K39)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDB7))
(comp (ref K32)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDB1))
(comp (ref K26)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDAB))
(comp (ref K38)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFEDA1))
(comp (ref K31)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFED9B))
(comp (ref K25)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEFECA0))
(comp (ref K16)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF07829))
(comp (ref K15)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEDF7B1))
(comp (ref K14)
(value keyboard_parts_KEYSW)
(footprint MX_Only:MXOnly-1U-NoLED)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5BEC7BEF))
(comp (ref SW1)
(value SW_SPDT)
(footprint locallib:slide_switch_vertical_01x03_pitch2mm)
(libsource (lib Switch) (part SW_SPDT) (description "Switch, single pole double throw"))
(sheetpath (names /) (tstamps /))
(tstamp 5B1BB154))
(comp (ref J3)
(value Conn_01x04)
(footprint locallib:programming_port)
(libsource (lib Connector) (part Conn_01x04_Male) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5DB892AA))
(comp (ref J4)
(value Conn_01x02_Female)
(footprint Connector_JST:JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5DB892EB))
(comp (ref U12)
(value logo2)
(footprint locallib:logo2)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5DC1096E))
(comp (ref U13)
(value logo1)
(footprint locallib:logo1)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5DC66A46))
(comp (ref U11)
(value logo1)
(footprint locallib:logo1)
(libsource (lib Mechanical) (part MountingHole) (description "Mounting Hole without connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5DC10955))
(comp (ref U1)
(value BL652_LEFT)
(footprint RF_Module:Laird_BL652)
(libsource (lib RF_Bluetooth) (part BL652) (description "Bluetooth module"))
(sheetpath (names /) (tstamps /))
(tstamp 5B0E95BA))
(comp (ref SW3)
(value RESET_SW)
(footprint locallib:SW_SPST_ALPS-SKRP)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5D889EBA))
(comp (ref SW4)
(value RESET_SW)
(footprint locallib:SW_SPST_ALPS-SKRP)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 5DA571B8))
(comp (ref SW2)
(value SW_SPDT)
(footprint locallib:slide_switch_vertical_01x03_pitch2mm)
(libsource (lib Switch) (part SW_SPDT) (description "Switch, single pole double throw"))
(sheetpath (names /) (tstamps /))
(tstamp 5D9ED75F))
(comp (ref J5)
(value Conn_01x01)
(footprint locallib:breakout-pad)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x01) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D9F4C38))
(comp (ref C4)
(value 0.1uF)
(footprint Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5DA57153))
(comp (ref U5)
(value BL652_RIGHT)
(footprint RF_Module:Laird_BL652)
(libsource (lib RF_Bluetooth) (part BL652) (description "Bluetooth module"))
(sheetpath (names /) (tstamps /))
(tstamp 5DA571A6))
(comp (ref J6)
(value Conn_01x01)
(footprint locallib:breakout-pad)
(datasheet ~)
(libsource (lib Connector_Generic) (part Conn_01x01) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5DA73936)))
(libparts
(libpart (lib Connector) (part Conn_01x02_Female)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector) (part Conn_01x04_Male)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Connector_Generic) (part Conn_01x01)
(description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x01))
(pins
(pin (num 1) (name Pin_1) (type passive))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Mechanical) (part MountingHole)
(description "Mounting Hole without connection")
(docs ~)
(footprints
(fp MountingHole*))
(fields
(field (name Reference) H)
(field (name Value) MountingHole)))
(libpart (lib RF_Bluetooth) (part BL652)
(description "Bluetooth module")
(docs http://cdn.lairdtech.com/home/brandworld/files/Datasheet%20-%20BL652.pdf)
(footprints
(fp Laird*BL652*))
(fields
(field (name Reference) U)
(field (name Value) BL652)
(field (name Footprint) RF_Module:Laird_BL652))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name SIO_24) (type BiDi))
(pin (num 3) (name SIO_23) (type BiDi))
(pin (num 4) (name SIO_22) (type BiDi))
(pin (num 5) (name SWDIO) (type BiDi))
(pin (num 6) (name SWDCLK) (type BiDi))
(pin (num 7) (name SIO_21) (type BiDi))
(pin (num 8) (name SIO_20) (type BiDi))
(pin (num 9) (name SIO_18) (type BiDi))
(pin (num 10) (name SIO_16) (type BiDi))
(pin (num 11) (name SIO_14) (type BiDi))
(pin (num 12) (name SIO_12) (type BiDi))
(pin (num 13) (name SIO_11) (type BiDi))
(pin (num 14) (name SIO_10/NFC2) (type BiDi))
(pin (num 15) (name SIO_09/NFC1) (type BiDi))
(pin (num 16) (name GND) (type power_in))
(pin (num 17) (name SIO_08) (type BiDi))
(pin (num 18) (name SIO_07) (type BiDi))
(pin (num 19) (name SIO_06) (type BiDi))
(pin (num 20) (name SIO_05/AIN3) (type BiDi))
(pin (num 21) (name SIO_04/AIN2) (type BiDi))
(pin (num 22) (name SIO_03/AIN1) (type BiDi))
(pin (num 23) (name SIO_02/AIN0) (type BiDi))
(pin (num 24) (name SIO_01) (type BiDi))
(pin (num 25) (name SIO_00) (type BiDi))
(pin (num 26) (name VDD) (type power_in))
(pin (num 27) (name GND) (type power_in))
(pin (num 28) (name SIO_13) (type BiDi))
(pin (num 29) (name SIO_15) (type BiDi))
(pin (num 30) (name SIO_17) (type BiDi))
(pin (num 31) (name SIO_19) (type BiDi))
(pin (num 32) (name SIO_31/AIN7) (type BiDi))
(pin (num 33) (name SIO_30/AIN6) (type BiDi))
(pin (num 34) (name SIO_29/AIN5) (type BiDi))
(pin (num 35) (name SIO_28/AIN4) (type BiDi))
(pin (num 36) (name SIO_27) (type BiDi))
(pin (num 37) (name SIO_26) (type BiDi))
(pin (num 38) (name SIO_25) (type BiDi))
(pin (num 39) (name GND) (type power_in))))
(libpart (lib Switch) (part SW_Push)
(description "Push button switch, generic, two pins")
(docs ~)
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Switch) (part SW_SPDT)
(description "Switch, single pole double throw")
(docs ~)
(fields
(field (name Reference) SW)
(field (name Value) SW_SPDT))
(pins
(pin (num 1) (name A) (type passive))
(pin (num 2) (name B) (type passive))
(pin (num 3) (name C) (type passive)))))
(libraries
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Connector_Generic)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector_Generic.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical Mechanical)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Mechanical.lib"))
(library (logical RF_Bluetooth)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/RF_Bluetooth.lib"))
(library (logical Switch)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Switch.lib")))
(nets
(net (code 1) (name GNDA)
(node (ref C4) (pin 2))
(node (ref SW4) (pin 1))
(node (ref U5) (pin 39))
(node (ref U5) (pin 16))
(node (ref J3) (pin 3))
(node (ref U5) (pin 1))
(node (ref U5) (pin 27))
(node (ref J4) (pin 2)))
(net (code 2) (name /SWDIO_R)
(node (ref U5) (pin 5))
(node (ref J3) (pin 2)))
(net (code 3) (name "Net-(J2-Pad1)")
(node (ref SW1) (pin 3))
(node (ref J2) (pin 1)))
(net (code 4) (name /L15)
(node (ref U1) (pin 11))
(node (ref K15) (pin 2)))
(net (code 5) (name /L14)
(node (ref U1) (pin 8))
(node (ref K14) (pin 2)))
(net (code 6) (name GND)
(node (ref C1) (pin 2))
(node (ref J1) (pin 3))
(node (ref SW3) (pin 1))
(node (ref U1) (pin 39))
(node (ref U1) (pin 1))
(node (ref U1) (pin 27))
(node (ref J2) (pin 2))
(node (ref U1) (pin 16)))
(net (code 7) (name /SWDCLK_R)
(node (ref U5) (pin 6))
(node (ref J3) (pin 1)))
(net (code 8) (name /ROW)
(node (ref K10) (pin 1))
(node (ref K4) (pin 1))
(node (ref K9) (pin 1))
(node (ref K17) (pin 1))
(node (ref K3) (pin 1))
(node (ref K23) (pin 1))
(node (ref K22) (pin 1))
(node (ref K1) (pin 1))
(node (ref K21) (pin 1))
(node (ref K7) (pin 1))
(node (ref K2) (pin 1))
(node (ref K8) (pin 1))
(node (ref K6) (pin 1))
(node (ref K24) (pin 1))
(node (ref K20) (pin 1))
(node (ref K12) (pin 1))
(node (ref K19) (pin 1))
(node (ref K5) (pin 1))
(node (ref K11) (pin 1))
(node (ref K18) (pin 1))
(node (ref K13) (pin 1))
(node (ref U1) (pin 25))
(node (ref K16) (pin 1))
(node (ref K15) (pin 1))
(node (ref K14) (pin 1)))
(net (code 9) (name "Net-(U1-Pad3)")
(node (ref U1) (pin 3)))
(net (code 10) (name /L20)
(node (ref K20) (pin 2))
(node (ref U1) (pin 34)))
(net (code 11) (name /L21)
(node (ref K21) (pin 2))
(node (ref U1) (pin 35)))
(net (code 12) (name "Net-(SW1-Pad1)")
(node (ref SW1) (pin 1)))
(net (code 13) (name "Net-(U1-Pad14)")
(node (ref U1) (pin 14)))
(net (code 14) (name "Net-(U1-Pad15)")
(node (ref U1) (pin 15)))
(net (code 15) (name "Net-(U1-Pad2)")
(node (ref U1) (pin 2)))
(net (code 16) (name /R14)
(node (ref K38) (pin 2))
(node (ref U5) (pin 35)))
(net (code 17) (name /R8)
(node (ref K32) (pin 2))
(node (ref U5) (pin 31)))
(net (code 18) (name /R2)
(node (ref K26) (pin 2))
(node (ref U5) (pin 32)))
(net (code 19) (name /R7)
(node (ref K31) (pin 2))
(node (ref U5) (pin 34)))
(net (code 20) (name /R15)
(node (ref U5) (pin 30))
(node (ref K39) (pin 2)))
(net (code 21) (name /R1)
(node (ref K25) (pin 2))
(node (ref U5) (pin 33)))
(net (code 22) (name /L16)
(node (ref U1) (pin 17))
(node (ref K16) (pin 2)))
(net (code 23) (name /R16)
(node (ref U5) (pin 23))
(node (ref K40) (pin 2)))
(net (code 24) (name /R9)
(node (ref K33) (pin 2))
(node (ref U5) (pin 28)))
(net (code 25) (name /R3)
(node (ref U5) (pin 29))
(node (ref K27) (pin 2)))
(net (code 26) (name "Net-(U1-Pad4)")
(node (ref U1) (pin 4)))
(net (code 27) (name /R24)
(node (ref K48) (pin 2))
(node (ref U5) (pin 2)))
(net (code 28) (name /R19)
(node (ref U5) (pin 11))
(node (ref K43) (pin 2)))
(net (code 29) (name /R12)
(node (ref K36) (pin 2))
(node (ref U5) (pin 12)))
(net (code 30) (name /R6)
(node (ref K30) (pin 2))
(node (ref U5) (pin 13)))
(net (code 31) (name "Net-(U5-Pad14)")
(node (ref U5) (pin 14)))
(net (code 32) (name "Net-(U5-Pad15)")
(node (ref U5) (pin 15)))
(net (code 33) (name /R18)
(node (ref K42) (pin 2))
(node (ref U5) (pin 17)))
(net (code 34) (name /R11)
(node (ref K35) (pin 2))
(node (ref U5) (pin 18)))
(net (code 35) (name /R5)
(node (ref U5) (pin 19))
(node (ref K29) (pin 2)))
(net (code 36) (name /R13)
(node (ref U5) (pin 10))
(node (ref K37) (pin 2)))
(net (code 37) (name /R17)
(node (ref U5) (pin 20))
(node (ref K41) (pin 2)))
(net (code 38) (name /R10)
(node (ref U5) (pin 21))
(node (ref K34) (pin 2)))
(net (code 39) (name /R4)
(node (ref K28) (pin 2))
(node (ref U5) (pin 22)))
(net (code 40) (name "Net-(SW4-Pad2)")
(node (ref U5) (pin 24))
(node (ref SW4) (pin 2)))
(net (code 41) (name "Net-(U5-Pad25)")
(node (ref U5) (pin 25)))
(net (code 42) (name "Net-(J6-Pad1)")
(node (ref U5) (pin 7))
(node (ref J6) (pin 1)))
(net (code 43) (name "Net-(U5-Pad37)")
(node (ref U5) (pin 37)))
(net (code 44) (name "Net-(U5-Pad38)")
(node (ref U5) (pin 38)))
(net (code 45) (name /R23)
(node (ref K47) (pin 2))
(node (ref U5) (pin 3)))
(net (code 46) (name /ROW_R)
(node (ref K26) (pin 1))
(node (ref K38) (pin 1))
(node (ref K31) (pin 1))
(node (ref U5) (pin 36))
(node (ref K36) (pin 1))
(node (ref K47) (pin 1))
(node (ref K46) (pin 1))
(node (ref K44) (pin 1))
(node (ref K48) (pin 1))
(node (ref K25) (pin 1))
(node (ref K30) (pin 1))
(node (ref K43) (pin 1))
(node (ref K32) (pin 1))
(node (ref K45) (pin 1))
(node (ref K37) (pin 1))
(node (ref K39) (pin 1))
(node (ref K28) (pin 1))
(node (ref K40) (pin 1))
(node (ref K35) (pin 1))
(node (ref K41) (pin 1))
(node (ref K33) (pin 1))
(node (ref K27) (pin 1))
(node (ref K29) (pin 1))
(node (ref K34) (pin 1))
(node (ref K42) (pin 1)))
(net (code 47) (name /R22)
(node (ref U5) (pin 4))
(node (ref K46) (pin 2)))
(net (code 48) (name /R21)
(node (ref K45) (pin 2))
(node (ref U5) (pin 8)))
(net (code 49) (name /R20)
(node (ref K44) (pin 2))
(node (ref U5) (pin 9)))
(net (code 50) (name VAA)
(node (ref SW2) (pin 2))
(node (ref C4) (pin 1))
(node (ref U5) (pin 26))
(node (ref J3) (pin 4)))
(net (code 51) (name "Net-(SW2-Pad1)")
(node (ref SW2) (pin 1)))
(net (code 52) (name "Net-(J4-Pad1)")
(node (ref J4) (pin 1))
(node (ref SW2) (pin 3)))
(net (code 53) (name "Net-(SW3-Pad2)")
(node (ref SW3) (pin 2))
(node (ref U1) (pin 24)))
(net (code 54) (name VCC)
(node (ref U1) (pin 26))
(node (ref J1) (pin 4))
(node (ref C1) (pin 1))
(node (ref SW1) (pin 2)))
(net (code 55) (name "Net-(J5-Pad1)")
(node (ref J5) (pin 1))
(node (ref U1) (pin 7)))
(net (code 56) (name /L2)
(node (ref U1) (pin 13))
(node (ref K2) (pin 2)))
(net (code 57) (name /L3)
(node (ref U1) (pin 19))
(node (ref K3) (pin 2)))
(net (code 58) (name /L9)
(node (ref K9) (pin 2))
(node (ref U1) (pin 18)))
(net (code 59) (name /L8)
(node (ref K8) (pin 2))
(node (ref U1) (pin 12)))
(net (code 60) (name /L4)
(node (ref U1) (pin 22))
(node (ref K4) (pin 2)))
(net (code 61) (name /L10)
(node (ref K10) (pin 2))
(node (ref U1) (pin 21)))
(net (code 62) (name /L17)
(node (ref K17) (pin 2))
(node (ref U1) (pin 20)))
(net (code 63) (name /L1)
(node (ref U1) (pin 10))
(node (ref K1) (pin 2)))
(net (code 64) (name /L7)
(node (ref K7) (pin 2))
(node (ref U1) (pin 9)))
(net (code 65) (name /L24)
(node (ref K24) (pin 2))
(node (ref U1) (pin 38)))
(net (code 66) (name /L13)
(node (ref U1) (pin 33))
(node (ref K13) (pin 2)))
(net (code 67) (name /L6)
(node (ref K6) (pin 2))
(node (ref U1) (pin 32)))
(net (code 68) (name /L12)
(node (ref K12) (pin 2))
(node (ref U1) (pin 31)))
(net (code 69) (name /L19)
(node (ref K19) (pin 2))
(node (ref U1) (pin 30)))
(net (code 70) (name /L18)
(node (ref U1) (pin 23))
(node (ref K18) (pin 2)))
(net (code 71) (name /L5)
(node (ref U1) (pin 29))
(node (ref K5) (pin 2)))
(net (code 72) (name /L11)
(node (ref U1) (pin 28))
(node (ref K11) (pin 2)))
(net (code 73) (name /SWDCLK)
(node (ref J1) (pin 1))
(node (ref U1) (pin 6)))
(net (code 74) (name /SWDIO)
(node (ref U1) (pin 5))
(node (ref J1) (pin 2)))
(net (code 76) (name /L23)
(node (ref K23) (pin 2))
(node (ref U1) (pin 37)))
(net (code 77) (name /L22)
(node (ref K22) (pin 2))
(node (ref U1) (pin 36)))))