Skip to content

Commit

Permalink
v1-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor-Burns committed May 28, 2021
1 parent 5c59396 commit db24b67
Show file tree
Hide file tree
Showing 99 changed files with 651,124 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "keyboard_parts.pretty"]
path = keyboard_parts.pretty
url = https://github.com/colemarkham/keyboard_parts.pretty
[submodule "kbd"]
path = kbd
url = https://github.com/foostan/kbd
2 changes: 0 additions & 2 deletions PCB/0xcb-static.kicad_pcb

This file was deleted.

5 changes: 0 additions & 5 deletions PCB/0xcb-static.kicad_sch

This file was deleted.

Binary file not shown.
149 changes: 149 additions & 0 deletions PCB/rev1.0/0xcb-static.csv

Large diffs are not rendered by default.

98,302 changes: 98,302 additions & 0 deletions PCB/rev1.0/0xcb-static.kicad_pcb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"active_layer_preset": "",
"auto_track_width": true,
"hidden_nets": [],
"high_contrast_mode": 0,
Expand All @@ -10,7 +10,7 @@
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
"zones": 0.5299999713897705
},
"ratsnest_display_mode": 0,
"selection_filter": {
Expand Down Expand Up @@ -63,7 +63,7 @@
35,
36
],
"visible_layers": "fffffff_ffffffff",
"visible_layers": "fffffef_ffffffff",
"zone_display_mode": 0
},
"meta": {
Expand Down
56 changes: 37 additions & 19 deletions PCB/0xcb-static.kicad_pro → PCB/rev1.0/0xcb-static.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
"drill": 1.47,
"height": 2.25,
"width": 2.25
},
"silk_line_width": 0.15,
"silk_text_italic": false,
Expand All @@ -45,26 +45,32 @@
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.508
"min_clearance": 0.02
}
},
"diff_pair_dimensions": [],
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"clearance": "ignore",
"copper_edge_clearance": "error",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"hole_clearance": "error",
"hole_near_hole": "error",
"hole_clearance": "ignore",
"hole_near_hole": "ignore",
"invalid_outline": "error",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
Expand All @@ -78,8 +84,8 @@
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "error",
"silk_overlap": "error",
"silk_over_copper": "ignore",
"silk_overlap": "ignore",
"skew_out_of_range": "error",
"too_many_vias": "error",
"track_dangling": "warning",
Expand All @@ -95,7 +101,7 @@
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_clearance": 0.09999999999999999,
"min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.0,
"min_hole_to_hole": 0.25,
Expand All @@ -109,8 +115,15 @@
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0
},
"track_widths": [],
"via_dimensions": [],
"track_widths": [
0.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
Expand Down Expand Up @@ -315,7 +328,7 @@
"no_connect_dangling": "warning",
"pin_not_connected": "error",
"pin_not_driven": "error",
"pin_to_pin": "warning",
"pin_to_pin": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"unannotated": "error",
Expand All @@ -336,7 +349,7 @@
"classes": [
{
"bus_width": 6.0,
"clearance": 0.2,
"clearance": 0.15,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
Expand All @@ -362,9 +375,9 @@
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "",
"step": "",
"vrml": ""
"specctra_dsn": "../../../Downloads/0xcb-static.dsn",
"step": "../../../Downloads/0xcb-static.step",
"vrml": "0xcb-static.wrl"
},
"page_layout_descr_file": ""
},
Expand Down Expand Up @@ -404,6 +417,11 @@
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [],
"sheets": [
[
"f27bbaf7-f1d3-4be4-a22c-a85c918a5e18",
""
]
],
"text_variables": {}
}
Loading

0 comments on commit db24b67

Please sign in to comment.