minor changes

This commit is contained in:
Nicolas Stalder
2019-01-04 02:02:27 +01:00
parent 2f9987a28a
commit 59503c775e
2 changed files with 5 additions and 3 deletions

View File

@@ -47,6 +47,8 @@ make all-hacker
python ../../tools/programmer.py solo.hex
```
If you forgot the `--recurse-submodules` when cloning, simply `git submodule update --init --recursive`.
For example, if you want to turn off any blue light emission, you can edit [`led_rgb()`](https://github.com/SoloKeysSec/solo/blob/master/targets/stm32l442/src/led.c#L15) and force:
```
uint32_t b = 0;