- Added libraries/footprint from mohitg11 (TS65)

- Added Backlit for DK60TP (need to fix bug for bottom row)
This commit is contained in:
Damien Broqua 2017-06-04 01:37:43 +02:00
parent fc35197084
commit aaa83ab337
58 changed files with 11353 additions and 3407 deletions

13
Footprint/FID.kicad_mod Normal file
View file

@ -0,0 +1,13 @@
(module FID (layer F.Cu) (tedit 5584E943)
(descr FID)
(tags FIDUCIAL)
(attr smd)
(fp_text reference FID (at 0 2.2) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text value >VALUE (at 0 -2.1) (layer F.Fab) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(pad "" smd circle (at 0 0) (size 1 1) (layers F.Cu F.Mask)
(solder_mask_margin 1) (clearance 1.2))
)