1
0

add part no. and updated URL for reset footprint

This commit is contained in:
Tom Brow 2021-01-01 17:07:38 -06:00 committed by Bán Dénes
parent 83addc0879
commit 2ca30683f8
2 changed files with 3 additions and 3 deletions

View File

@ -534,7 +534,7 @@ Currently, the following footprint types are supported:
- **`slider`**: an SMD slider switch (part no. here), ideal for on/off operation. Nets:
- `from`, `to`: nets to connect
- **`button`**: an SMD button (part no. here), ideal for momentary toggles (like a reset switch). Nets:
- **`button`**: an SMD button ([TL3342](https://www.e-switch.com/product-catalog/tact/product-lines/tl3342-series-low-profile-smt-tact-switch)), ideal for momentary toggles (like a reset switch). Nets:
- `from`, `to`: nets to connect
- **`rgb`**: an RGB led (part no. here), for per-key illumination, underglow, or feedback. Nets:

View File

@ -8,7 +8,7 @@ module.exports = {
(module E73:SW_TACT_ALPS_SKQGABE010 (layer F.Cu) (tstamp 5BF2CC94)
(descr "Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf")
(descr "Low-profile SMD Tactile Switch, https://www.e-switch.com/product-catalog/tact/product-lines/tl3342-series-low-profile-smt-tact-switch")
(tags "SPST Tactile Switch")
${p.at /* parametric position */}
@ -34,4 +34,4 @@ module.exports = {
)
`
}
}