Skip to content

Commit

Permalink
Merge pull request #17 from christrotter/adding_ordering_help
Browse files Browse the repository at this point in the history
Adding ordering and other help to the english readme.
  • Loading branch information
swanmatch committed Feb 28, 2022
2 parents 7a4ec80 + a6697ce commit f193145
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Choc | KailhLowProfile | No | YS-SK6812MINI | No | Yes

(*) When using SOD-123 with Swen and container, one pad will be shared with the through hole hole due to space limitations, so it will be a little tricky implementation.

NOTE: YS-SK6812MINI is the same thing as SK-6812 MINI-E.

## Material example (supplier)

- Arbitrarily cut plate
Expand Down Expand Up @@ -116,6 +118,62 @@ For example, in the case of the following arrangement in Suxen, the wiring will
- If you solder the Promicro to the "house" first, the solder may leak from the hole when wiring to the infinite possibilities side, and the parts of the Promicro body may be short-circuited.
Be sure to solder the Promicro last.

### Ordering PCBs

Remember that the the manufacturers can change their requirements at any time!

The basic process is that you want to submit the 'gerber' files in a zip. In this repo, under each pcb folder (e.g. altana, container) there is a zip file.
This is what you will add to your pcb order. Simply download it from this repo and attach to the order using the pcb manufacturer's instructions.

Then, you configure whatever options they need and submit - crucially, the dimensions need to match the actual panel size.

| PCB type | panel size |
|-----------|------------|
| Altana | 94x94mm |
| Choc | 88.5x84mm |
| Container | 94x94mm |
| Foostan | ? |
| Nexus | 94x94mm |
| Suxen | 94x94mm |
(I pulled these by opening in Kicad and measuring - where not already dimensioned - edge-to-edge of the pcb design)

#### Elecrow

They will accept the panel design as-is.

Example order configuration (for Container)
- Layer: 2 layers
- PCB qty: 10 (gives you 250 pieces - the minimum is qty 5 - 125 pieces)
- Dimensions: 94x94mm
- PCB thickness: 1.6mm
- Castellated hole: no
- Surface finish: HASL
- Copper weight: 1oz
- Different design: 1
- File: container.zip

#### JLCPCB

If your order is rejected, they will contact you saying the slot sizes are too small (minimum tab connector size of 4mm), you can try mentioning to them that the last time someone ordered this PCB it printed fine.

Example order configuration (for Container)
- Base Material: FR-4
- Layers: 2
- Dimension: 95.7 mm* 95.7 mm 95.65mm* 95.65mm
- PCB Qty: 10
- Different Design: 1
- Delivery Fomat: Panel by Customer
- PCB Thickness: 1.6
- Impedance: no
- PCB Color: Green
- Silkscreen: White
- Surface Finish: HASL(with lead)
- Deburring/Edge rounding: No
- Outer Copper Weight: 1
- Gold Fingers: No
- Flying Probe Test: Fully Test
- Castellated Holes: no

## At the end

If you use this board to build a keyboard, please let us know at @swan_match .
Expand Down

0 comments on commit f193145

Please sign in to comment.