Skip to content

Commit

Permalink
add a courtyard and 3d model for our WS2812B
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 3, 2019
1 parent 856e322 commit 3e36133
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions modules/keyboardio.pretty/WS2812B.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module WS2812B (layer F.Cu) (tedit 523CDB0D)
(module WS2812B (layer F.Cu) (tedit 5DE6AEAE)
(fp_text reference LED? (at 0 -4.75) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.2)))
)
Expand Down Expand Up @@ -26,10 +26,10 @@
(fp_line (start 1.2 -2.7) (end 1.2 -1.8) (layer Dwgs.User) (width 0.2032))
(fp_line (start 1.2 -1.8) (end 2.1 -1.8) (layer Dwgs.User) (width 0.2032))
(fp_line (start 2.1 -1.8) (end 2.1 -2.7) (layer Dwgs.User) (width 0.2032))
(fp_line (start -3 3.85) (end -3 -3.85) (layer F.SilkS) (width 0.2))
(fp_line (start 3 3.85) (end -3 3.85) (layer F.SilkS) (width 0.2))
(fp_line (start -3 -3.85) (end 3 -3.85) (layer F.SilkS) (width 0.2))
(fp_line (start 3 -3.85) (end 3 3.85) (layer F.SilkS) (width 0.2))
(fp_line (start -2.7 3.45) (end -2.7 -3.45) (layer F.CrtYd) (width 0.01))
(fp_line (start 2.7 3.45) (end -2.7 3.45) (layer F.CrtYd) (width 0.01))
(fp_line (start -2.7 -3.45) (end 2.7 -3.45) (layer F.CrtYd) (width 0.01))
(fp_line (start 2.7 -3.45) (end 2.7 3.45) (layer F.CrtYd) (width 0.01))
(fp_line (start -2.1 2.7) (end -2.1 1.8) (layer Dwgs.User) (width 0.2))
(fp_line (start -2.1 1.8) (end -1.2 1.8) (layer Dwgs.User) (width 0.2))
(fp_line (start -1.2 1.8) (end -1.2 2.7) (layer Dwgs.User) (width 0.2))
Expand All @@ -44,4 +44,9 @@
(pad 2 smd rect (at -1.65 -2.4) (size 1.4 1.8) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at -1.65 2.4) (size 1.4 1.8) (layers F.Cu F.Paste F.Mask))
(pad 4 smd rect (at 1.65 2.4) (size 1.4 1.8) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm.step
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 90))
)
)

0 comments on commit 3e36133

Please sign in to comment.