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,15 @@
(module 00Keyboard:PTC_3225 (layer F.Cu)
(fp_text reference PTC_3225 (at 0 2.7) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_text value VAL** (at 0 -2.7) (layer F.SilkS)
(effects (font (size 0.8 0.8) (thickness 0.15)))
)
(fp_line (start -2.9 -1.9) (end 2.8 -1.9) (layer F.SilkS) (width 0.2))
(fp_line (start 2.8 -1.9) (end 2.9 -1.9) (layer F.SilkS) (width 0.2))
(fp_line (start 2.9 -1.9) (end 2.9 1.9) (layer F.SilkS) (width 0.2))
(fp_line (start 2.9 1.9) (end -2.9 1.9) (layer F.SilkS) (width 0.2))
(fp_line (start -2.9 1.9) (end -2.9 -1.9) (layer F.SilkS) (width 0.2))
(pad 2 smd rect (at 1.5 0) (size 1.5 3) (drill (offset 0.2 0)) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -1.5 0) (size 1.5 3) (drill (offset -0.2 0)) (layers F.Cu F.Paste F.Mask))
)