Skip to content

Commit

Permalink
Merge pull request #1 from felixphew/master
Browse files Browse the repository at this point in the history
Add OSH Park and additional component distributors
  • Loading branch information
ruiqimao authored Jan 15, 2017
2 parents b95fd09 + fa1bde8 commit ddf843e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Upload your files onto http://www.gerber-viewer.com/ and make sure all the layer

### Manufacturer

Now, there are a lot of options here. I've personally used [PCBWay](http://www.pcbway.com/setinvite.aspx?inviteid=25678) (referral link) to great success, but there are plenty of other cheap PCB prototyping services, such as [EasyEDA](https://easyeda.com/) and [DirtyPCBs](http://dirtypcbs.com/store/pcbs).
Now, there are a lot of options here. I've personally used [PCBWay](http://www.pcbway.com/setinvite.aspx?inviteid=25678) (referral link) to great success, but there are plenty of other cheap PCB prototyping services, such as [EasyEDA](https://easyeda.com/), [OSH Park](https://oshpark.com) and [DirtyPCBs](http://dirtypcbs.com/store/pcbs).

All of these services simply involve choosing some options for how your PCBs will be manufactuered (default settings are fine for all of them), then uploading the zip file you just created. If you want to change the color of your PCB, then the option you will want to look for is "solder mask color". The color of the text on your PCB will be "silkscreen color".

Expand All @@ -360,4 +360,6 @@ But where do you get the components from? I highly recommend [DigiKey](http://ww
* **Button**: https://www.digikey.com/product-detail/en/e-switch/TL3342F160QG-TR/EG2531CT-ND/379004
* **Mini USB Connector**: https://www.digikey.com/product-detail/en/hirose-electric-co-ltd/UX60SC-MB-5S8/H11589CT-ND/1949225

Other good places to get electronic components include [Mouser](http://mouser.com) and [element14](http://element14.com).

Good luck and have fun building your own PCBs!

2 comments on commit ddf843e

@Lonelyzhc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your tutorial, it's really great. But I still have some questions. The first one is about adding a decoupling capacitor to the power supply VCC. How do you determine the number of 0.1uF capacitors needed? The second is that there is no mention of LED lights in your tutorial. QMK firmware supports LED lights. How to draw the schematic diagram of LEDs?

@WackyBird
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there, this tutorial is fantastic! I have a question. Will the layout in your tutorial work for a full format keyboard too? Or will extra components be needed such as extra capacitors etc.?

Please sign in to comment.