From 9ac19233f8f188770e49f80be811805993661742 Mon Sep 17 00:00:00 2001 From: Token2 <6784409+token2@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:41:38 +0100 Subject: [PATCH] Update COMPILING.md --- COMPILING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index e3e92ce..dc59a32 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -54,7 +54,7 @@ git submodule update --init --recursive After this step, your working directory will be: `~/pico/pico-fido` -## Step 2: Modify AAGUID and LED Blinking details in the SDK code +## Step 2: Modify details like AAGUID and LED Blinking details in the SDK code The AAGUID is defined in `pico-keys-sdk/src/cbor.c`. Open the file and find the line: @@ -98,6 +98,7 @@ enum { }; ``` +Optionally, modify USB descriptor values in pico-keys-sdk/src/usb/usb_descriptors.c