Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ Check out [solokeys.com](https://solokeys.com), for options on where to buy Solo

If you have a Solo for Hacker, here's how you can load your own code on it. You can find more details, including how to permanently lock it, in our [documentation](https://docs.solokeys.dev/building/). We support Python3.

For example, if you want to turn off any blue light emission, you can edit [`led_rgb()`](https://github.com/solokeys/solo/blob/master/targets/stm32l432/src/app.h#L48) and change `LED_INIT_VALUE`
to be a different hex color.
For example, if you want to turn off any blue light emission, you can edit [`app.h`](https://github.com/solokeys/solo/blob/master/targets/stm32l432/src/app.h) and change `LED_WINK_VALUE` to be a different hex color.

Then recompile, load your new firmware, and enjoy a different LED color Solo.

Expand Down Expand Up @@ -114,7 +113,7 @@ solo program bootloader targets/stm32l432/solo.hex
1. Need libsodium. On debian, install:

```
sudo apt install libsodium-dev
sudo apt install libsodium-dev
```

## Building
Expand Down