Initial real commit

This commit is contained in:
Damien Broqua 2017-10-18 23:26:19 +02:00
parent 4074e0e973
commit 590a13f325
169 changed files with 12337 additions and 0 deletions

View file

@ -0,0 +1,14 @@
(module 00Keyboard:PPTC_nano (layer F.Cu)
(fp_text reference PPTC_nano (at 0 2.3) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value VAL** (at 0 -2.35) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_line (start 2.6 -1.5) (end 2.6 1.5) (layer F.SilkS) (width 0.2))
(fp_line (start 2.6 1.5) (end -2.6 1.5) (layer F.SilkS) (width 0.2))
(fp_line (start -2.6 1.5) (end -2.6 -1.5) (layer F.SilkS) (width 0.2))
(fp_line (start -2.6 -1.5) (end 2.6 -1.5) (layer F.SilkS) (width 0.2))
(pad 1 smd rect (at -1.5 0) (size 1 1.6) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1.5 0) (size 1 1.6) (layers F.Cu F.Paste F.Mask))
)