Skip to content

Commit b2bfb8a

Browse files
committed
Update all active projects to KiCad 6.
1 parent 14ca4e0 commit b2bfb8a

17 files changed

+39657
-22379
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,18 @@ SWD connector:
4646

4747
## pcb/LKP-Core-EasyAccess
4848

49-
**IMPORTANT**: WS281x LED driver will not work on this variant. See errata.
49+
**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.
5050

5151
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.
5252

5353
## pcb/LKP-Diva-Electrode-Tile
5454

5555
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.
5656

57-
Requires KiCad version 5.99 (nightly) (supports `kicad_pcb format >= 20210228`) for hatched fills.
58-
5957
## pcb/LKP-Chu-Electrode-Tile
6058

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

63-
Requires KiCad version 5.99 (nightly) (supports `kicad_pcb format >= 20210228`) for hatched fills.
64-
6561
## pcb/LKP-IF-Qwiic
6662

6763
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.

pcb/LKP-Chu-Electrode-Tile/LKP-Chu-Electrode-Tile.kicad_pcb

Lines changed: 6150 additions & 6197 deletions
Large diffs are not rendered by default.

pcb/LKP-Chu-Electrode-Tile/LKP-Chu-Electrode-Tile.kicad_pro

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"drill_out_of_range": "error",
6565
"duplicate_footprints": "warning",
6666
"extra_footprint": "warning",
67+
"footprint_type_mismatch": "error",
6768
"hole_clearance": "error",
6869
"hole_near_hole": "error",
6970
"invalid_outline": "error",
@@ -82,6 +83,7 @@
8283
"silk_over_copper": "error",
8384
"silk_overlap": "error",
8485
"skew_out_of_range": "error",
86+
"through_hole_pad_without_hole": "error",
8587
"too_many_vias": "error",
8688
"track_dangling": "warning",
8789
"track_width": "error",
@@ -108,7 +110,8 @@
108110
"min_through_hole_diameter": 0.3,
109111
"min_track_width": 0.127,
110112
"min_via_annular_width": 0.049999999999999996,
111-
"min_via_diameter": 0.6
113+
"min_via_diameter": 0.6,
114+
"use_height_for_length_calcs": true
112115
},
113116
"track_widths": [],
114117
"via_dimensions": [],
@@ -298,6 +301,7 @@
298301
],
299302
"rule_severities": {
300303
"bus_definition_conflict": "error",
304+
"bus_entry_needed": "error",
301305
"bus_label_syntax": "error",
302306
"bus_to_bus_conflict": "error",
303307
"bus_to_net_conflict": "error",
@@ -372,7 +376,7 @@
372376
}
373377
],
374378
"meta": {
375-
"version": 0
379+
"version": 2
376380
},
377381
"net_colors": null
378382
},
@@ -388,6 +392,7 @@
388392
"page_layout_descr_file": ""
389393
},
390394
"schematic": {
395+
"annotate_start_num": 0,
391396
"drawing": {
392397
"default_bus_thickness": 12.0,
393398
"default_junction_size": 36.0,
@@ -401,20 +406,24 @@
401406
"intersheets_ref_show": false,
402407
"intersheets_ref_suffix": "",
403408
"junction_size_choice": 3,
409+
"label_size_ratio": 0.3,
404410
"pin_symbol_size": 25.0,
405411
"text_offset_ratio": 0.3
406412
},
407413
"legacy_lib_dir": "",
408414
"legacy_lib_list": [],
409415
"meta": {
410-
"version": 0
416+
"version": 1
411417
},
412418
"net_format_name": "",
413419
"ngspice": {
420+
"fix_include_paths": true,
421+
"fix_passive_vals": false,
414422
"meta": {
415423
"version": 0
416424
},
417-
"model_mode": 0
425+
"model_mode": 0,
426+
"workbook_filename": ""
418427
},
419428
"page_layout_descr_file": "",
420429
"plot_directory": "",
@@ -425,7 +434,7 @@
425434
},
426435
"sheets": [
427436
[
428-
"74671d43-66fe-4f7d-aa73-e08af2b704d2",
437+
"e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
429438
""
430439
]
431440
],

0 commit comments

Comments
 (0)