Skip to content

Commit

Permalink
Merge pull request #8 from ziteh/develop
Browse files Browse the repository at this point in the history
Rev 2.0
  • Loading branch information
ziteh authored Feb 4, 2023
2 parents ab76cf6 + 2bcd812 commit 439d641
Show file tree
Hide file tree
Showing 19 changed files with 154,864 additions and 51,908 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ fp-info-cache
*.drl

# Backup
*-backups/
*-backups/

# Exported JLCPCB tools plugin
jlcpcb/
793 changes: 496 additions & 297 deletions ErgoSNM_Keyboard/rev2/left/RP2040.kicad_sch

Large diffs are not rendered by default.

878 changes: 396 additions & 482 deletions ErgoSNM_Keyboard/rev2/left/key_matrix.kicad_sch

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ErgoSNM_Keyboard/rev2/left/left.kicad_dru
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

### Trace Width and Spacing ###

(rule "Track to Track Clearance"
(constraint clearance (min 0.127mm))
(condition "A.Type =='Track' && B.Type =='Track'"))
# (rule "Track to Track Clearance"
# (constraint clearance (min 0.127mm))
# (condition "A.Type =='Track' && B.Type =='Track'"))

(rule "Min Track width"
(constraint track_width (min 0.127mm))
(condition "A.Type =='Track'"))
# (rule "Min Track width"
# (constraint track_width (min 0.15mm))
# (condition "A.Type =='Track'"))


### Min Clearance ###
Expand Down
109,256 changes: 58,794 additions & 50,462 deletions ErgoSNM_Keyboard/rev2/left/left.kicad_pcb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions ErgoSNM_Keyboard/rev2/left/left.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"board": {
"active_layer": 33,
"active_layer": 36,
"active_layer_preset": "",
"auto_track_width": true,
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"pads": 1.0,
"pads": 0.8299999833106995,
"tracks": 1.0,
"vias": 1.0,
"vias": 0.7699999809265137,
"zones": 0.6
},
"ratsnest_display_mode": 0,
Expand All @@ -18,7 +18,7 @@
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"lockedItems": false,
"otherItems": true,
"pads": true,
"text": true,
Expand Down Expand Up @@ -62,7 +62,7 @@
35,
36
],
"visible_layers": "ffffeff_ffffffff",
"visible_layers": "ffdffff_ffffffff",
"zone_display_mode": 1
},
"meta": {
Expand Down
20 changes: 11 additions & 9 deletions ErgoSNM_Keyboard/rev2/left/left.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
"width": 0.92
}
],
"drc_exclusions": [],
"drc_exclusions": [
"courtyards_overlap|163960001|59308501|abf585ec-e708-453f-b649-b5777ece85e6|eddaca4c-7506-4325-bd63-7dea02c1d967"
],
"meta": {
"version": 2
},
Expand Down Expand Up @@ -116,7 +118,7 @@
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.127,
"min_track_width": 0.15,
"min_via_annular_width": 0.13,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
Expand Down Expand Up @@ -369,7 +371,7 @@
"classes": [
{
"bus_width": 12.0,
"clearance": 0.2,
"clearance": 0.127,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
Expand Down Expand Up @@ -400,17 +402,17 @@
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.4,
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
},
{
"bus_width": 12.0,
"clearance": 0.127,
"diff_pair_gap": 0.127,
"clearance": 0.25,
"diff_pair_gap": 0.15,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.5,
"diff_pair_width": 0.6,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
Expand All @@ -421,7 +423,7 @@
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"track_width": 0.6,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
Expand All @@ -438,7 +440,7 @@
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"step": "left.step",
"vrml": ""
},
"page_layout_descr_file": ""
Expand Down
Loading

0 comments on commit 439d641

Please sign in to comment.