Add note in README about blue LED when connected

This commit is contained in:
Finlay Davidson 2023-03-01 01:13:35 +01:00
parent e5d98d072f
commit 380da2a74d
1 changed files with 12 additions and 5 deletions

View File

@ -71,6 +71,7 @@ bestool write-image out/open_source/open_source.bin --port /dev/ttyACM1
- Quad tap : Volume Down
## Changing audio alerts
The default audio alerts are stored in:
`config/_default_cfg_src_/res/en/`
@ -88,3 +89,9 @@ for languages other than the default English. For example, running `AUDIO=cn ./b
The current languages supported with sound files are English (`en`) and Chinese (`cn`). Other languages
(or other sets of custom sounds) may be added by adding all the correct sound files into a
`config/_default_cfg_src_/res/<custom_sounds>/` directory and building with `AUDIO=<custom_sounds> ./build.sh`.
### Blue light when connected
The firmware can be configured to either have a blinking blue light when connected or not.
Build with `CONNECTED_BLUE_LIGHT=1 ./build.sh` to enable blinking when connected,
or `CONNECTED_BLUE_LIGHT=0 ./build.sh` (or just the default `./build.sh`) to keep the LEDs off when connected.