From 2fdc7a334238b8cfaab32af01773f0456e49d668 Mon Sep 17 00:00:00 2001 From: Token2 <6784409+token2@users.noreply.github.com> Date: Sun, 18 Jan 2026 14:23:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87342e1..107f6be 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ PIN complexity validation is enforced directly on the microcontroller during PIN - **VID/PID** - Uses Token2's official USB identifiers instead of the generic dummy VID/PID - **AAGUID** - Modified to match a real authenticator identifier (self-attestation only, no external attestation at this time) +This project is not only open-source software, but also fully open hardware. The repository includes all the resources needed to understand, reproduce, and modify the [hardware design](Hardware-PCB-BOM-SCH.zip). Specifically, it contains the schematics (SCH), printed circuit board (PCB) layouts, and a complete bill of materials (BOM) listing all components used. The PCB files are provided in standard Gerber format, which can be used directly for manufacturing. + ## For Complete Documentation See the [original Pico FIDO repository](https://github.com/polhenarejos/pico-fido) for full features and general documentation.