Skip to content

Commit

Permalink
Update all active projects to KiCad 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogtopus committed Jan 2, 2022
1 parent 14ca4e0 commit b2bfb8a
Show file tree
Hide file tree
Showing 17 changed files with 39,657 additions and 22,379 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,18 @@ SWD connector:

## pcb/LKP-Core-EasyAccess

**IMPORTANT**: WS281x LED driver will not work on this variant. See errata.
**IMPORTANT**: WS281x LED driver will not work on this variant. See errata. This variant is only included for documentation purposes and will no longer receive updates.

A variant of LKP-Core that originally focused on improved accessibility for arcade controller DIY hobbyists with only basic (through hole) soldering skills. All parts used in this variant (once the chip shortage situations improve) are available for use with [JLCPCB Assembly](https://jlcpcb.com/smt-assembly) service, thus enables the possibility of ordering fully assembled and working boards straight from JLCPCB. Even without the assembly service working at the moment, the chip used in this variant can be purchased from LCSC in low quantity for a lot less money compare to the original chip on Digi-key, so it also acts as a budget option without sacrificing performance in significant ways.

## pcb/LKP-Diva-Electrode-Tile

Electrode board for Project DIVA Future Tone slider controller. Works as a 2-tile setup. Both tiles use the same design, with right tile being a 180 degree rotated version of the left tile.

Requires KiCad version 5.99 (nightly) (supports `kicad_pcb format >= 20210228`) for hatched fills.

## pcb/LKP-Chu-Electrode-Tile

Electrode board for Chunithm slider controller. Works the same as its LKP-Diva counterpart.

Requires KiCad version 5.99 (nightly) (supports `kicad_pcb format >= 20210228`) for hatched fills.

## pcb/LKP-IF-Qwiic

SparkFun [Qwiic®][qwiic]/Adafruit [STEMMA® QT][stemmaqt] interface for LKP-Core. Converts between 5V logic used by LKP-Core and 3.3V logic used by Qwiic®/STEMMA® QT.
Expand Down
12,347 changes: 6,150 additions & 6,197 deletions pcb/LKP-Chu-Electrode-Tile/LKP-Chu-Electrode-Tile.kicad_pcb

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions pcb/LKP-Chu-Electrode-Tile/LKP-Chu-Electrode-Tile.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
Expand All @@ -82,6 +83,7 @@
"silk_over_copper": "error",
"silk_overlap": "error",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
Expand All @@ -108,7 +110,8 @@
"min_through_hole_diameter": 0.3,
"min_track_width": 0.127,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.6
"min_via_diameter": 0.6,
"use_height_for_length_calcs": true
},
"track_widths": [],
"via_dimensions": [],
Expand Down Expand Up @@ -298,6 +301,7 @@
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
Expand Down Expand Up @@ -372,7 +376,7 @@
}
],
"meta": {
"version": 0
"version": 2
},
"net_colors": null
},
Expand All @@ -388,6 +392,7 @@
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"default_bus_thickness": 12.0,
"default_junction_size": 36.0,
Expand All @@ -401,20 +406,24 @@
"intersheets_ref_show": false,
"intersheets_ref_suffix": "",
"junction_size_choice": 3,
"label_size_ratio": 0.3,
"pin_symbol_size": 25.0,
"text_offset_ratio": 0.3
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 0
"version": 1
},
"net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": {
"version": 0
},
"model_mode": 0
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "",
"plot_directory": "",
Expand All @@ -425,7 +434,7 @@
},
"sheets": [
[
"74671d43-66fe-4f7d-aa73-e08af2b704d2",
"e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
""
]
],
Expand Down
Loading

0 comments on commit b2bfb8a

Please sign in to comment.