mirror of
https://github.com/token2/pico-fido.git
synced 2026-04-09 03:15:39 +00:00
Update COMPILING.md
This commit is contained in:
@@ -97,6 +97,11 @@ enum {
|
|||||||
MODE_ALWAYS_OFF = 0
|
MODE_ALWAYS_OFF = 0
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
By default the LED are not set as dimmable, and have to be set using the comissioner tool. To enable it in advance in the firmware, change
|
||||||
|
|
||||||
|
`#define PHY_OPT_DIMM 0x1` (instead of `#define PHY_OPT_DIMM 0x2`)
|
||||||
|
|
||||||
|
in `pico-fido/pico-keys-sdk/src/fs/phy.h`
|
||||||
|
|
||||||
Optionally, modify USB descriptor values in pico-keys-sdk/src/usb/usb_descriptors.c
|
Optionally, modify USB descriptor values in pico-keys-sdk/src/usb/usb_descriptors.c
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user