Skip to content

Commit

Permalink
Decent400 internal ready for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroy committed Apr 16, 2024
1 parent 146b3b8 commit c37a137
Show file tree
Hide file tree
Showing 15 changed files with 44,142 additions and 20,465 deletions.
10,015 changes: 5,222 additions & 4,793 deletions Decent400/Keyboard/Decent400-internal.kicad_pcb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Decent400/Keyboard/Decent400-internal.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"board": {
"active_layer": 36,
"active_layer_preset": "",
"active_layer": 39,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 1,
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
Expand All @@ -17,14 +17,14 @@
"selection_filter": {
"dimensions": false,
"footprints": false,
"graphics": true,
"graphics": false,
"keepouts": false,
"lockedItems": false,
"otherItems": false,
"pads": false,
"text": true,
"text": false,
"tracks": false,
"vias": false,
"vias": true,
"zones": false
},
"visible_items": [
Expand Down Expand Up @@ -64,7 +64,7 @@
39,
40
],
"visible_layers": "fffffdf_7fffffff",
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"git": {
Expand Down
98 changes: 94 additions & 4 deletions Decent400/Keyboard/Decent400-internal.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
}
},
"diff_pair_dimensions": [],
"drc_exclusions": [],
"drc_exclusions": [
"courtyards_overlap|274260567|101000001|e3158b4c-54aa-4976-9863-f76d85eabb83|e70a3005-5638-4095-abbb-c0b26c7a54f4"
],
"meta": {
"version": 2
},
Expand Down Expand Up @@ -93,7 +95,7 @@
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"solder_mask_bridge": "warning",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
Expand Down Expand Up @@ -126,7 +128,7 @@
"min_via_diameter": 0.5,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
"solder_mask_to_copper_clearance": 0.005,
"use_height_for_length_calcs": true
},
"teardrop_options": [
Expand Down Expand Up @@ -478,6 +480,88 @@
},
"schematic": {
"annotate_start_num": 0,
"bom_fmt_presets": [],
"bom_fmt_settings": {
"field_delimiter": ",",
"keep_line_breaks": false,
"keep_tabs": false,
"name": "CSV",
"ref_delimiter": ",",
"ref_range_delimiter": "",
"string_delimiter": "\""
},
"bom_presets": [],
"bom_settings": {
"exclude_dnp": false,
"fields_ordered": [
{
"group_by": false,
"label": "Reference",
"name": "Reference",
"show": true
},
{
"group_by": true,
"label": "Value",
"name": "Value",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
"name": "Datasheet",
"show": true
},
{
"group_by": false,
"label": "Footprint",
"name": "Footprint",
"show": true
},
{
"group_by": false,
"label": "Qty",
"name": "${QUANTITY}",
"show": true
},
{
"group_by": true,
"label": "DNP",
"name": "${DNP}",
"show": true
},
{
"group_by": false,
"label": "#",
"name": "${ITEM_NUMBER}",
"show": false
},
{
"group_by": false,
"label": "JLCPCB Part #",
"name": "JLCPCB Part #",
"show": true
},
{
"group_by": false,
"label": "JLCPCB Rotation Offset",
"name": "JLCPCB Rotation Offset",
"show": true
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": false
}
],
"filter_string": "",
"group_symbols": true,
"name": "",
"sort_asc": true,
"sort_field": "Reference"
},
"connection_grid_size": 50.0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
Expand All @@ -491,6 +575,11 @@
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.375,
"operating_point_overlay_i_precision": 3,
"operating_point_overlay_i_range": "~A",
"operating_point_overlay_v_precision": 3,
"operating_point_overlay_v_range": "~V",
"overbar_offset_ratio": 1.23,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.15
},
Expand All @@ -506,14 +595,15 @@
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_dissipations": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"bb8bfa28-ab9e-4457-bbf1-e505aca6ff00",
""
"Root"
]
],
"text_variables": {}
Expand Down
Loading

0 comments on commit c37a137

Please sign in to comment.