From 2ca30683f80e6359c38a8735bc34ea06f44283be Mon Sep 17 00:00:00 2001 From: Tom Brow Date: Fri, 1 Jan 2021 17:07:38 -0600 Subject: [PATCH] add part no. and updated URL for `reset` footprint --- docs/reference.md | 2 +- src/footprints/reset.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index 130ba13..6990c2e 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -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: diff --git a/src/footprints/reset.js b/src/footprints/reset.js index 490290b..463eacc 100644 --- a/src/footprints/reset.js +++ b/src/footprints/reset.js @@ -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 = { ) ` -} \ No newline at end of file +}