diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-04-12 20:26:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-04-12 20:26:24 +0530 |
| commit | d1f00140065cdc62f2a7f0bcf54a7807733d6a2d (patch) | |
| tree | 166f5bbd3ac43f9322015d902f2fa8dc40353f63 /hardware/chiral.kicad_prl | |
| parent | 7b183c5d3735dddaf5352e04a4e1eccedaa52c64 (diff) | |
| download | chiral-keyboard-d1f00140065cdc62f2a7f0bcf54a7807733d6a2d.tar.gz chiral-keyboard-d1f00140065cdc62f2a7f0bcf54a7807733d6a2d.zip | |
Add vcut
Diffstat (limited to '')
| -rw-r--r-- | hardware/chiral.kicad_prl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/hardware/chiral.kicad_prl b/hardware/chiral.kicad_prl index e006122..d71ef85 100644 --- a/hardware/chiral.kicad_prl +++ b/hardware/chiral.kicad_prl @@ -1,6 +1,6 @@ { "board": { - "active_layer": 0, + "active_layer": 25, "active_layer_preset": "", "auto_track_width": true, "hidden_netclasses": [], @@ -16,17 +16,17 @@ "zones": 0.6 }, "selection_filter": { - "dimensions": false, - "footprints": false, + "dimensions": true, + "footprints": true, "graphics": true, - "keepouts": false, - "lockedItems": true, - "otherItems": false, - "pads": false, - "text": false, - "tracks": false, - "vias": false, - "zones": false + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true }, "visible_items": [ "vias", |
