diff options
| author | Ryan <fauxpark@gmail.com> | 2021-01-30 22:00:56 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 22:00:56 +1100 |
| commit | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (patch) | |
| tree | 6b9861b866e761c375b19f469e29a6fbc4690c2b /docs/isp_flashing_guide.md | |
| parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) | |
| download | qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.tar.gz qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.zip | |
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/isp_flashing_guide.md')
| -rw-r--r-- | docs/isp_flashing_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/isp_flashing_guide.md b/docs/isp_flashing_guide.md index 9a65fe115..356e40dd3 100644 --- a/docs/isp_flashing_guide.md +++ b/docs/isp_flashing_guide.md | |||
| @@ -246,7 +246,7 @@ To set this add `-U lfuse:w:0xFF:m -U hfuse:w:0xD8:m -U efuse:w:0xCB:m` to your | |||
| 246 | avrdude -c avrisp -P COM3 -p atmega32u4 -U flash:w:main.hex:i -U lfuse:w:0xFF:m -U hfuse:w:0xD8:m -U efuse:w:0xCB:m | 246 | avrdude -c avrisp -P COM3 -p atmega32u4 -U flash:w:main.hex:i -U lfuse:w:0xFF:m -U hfuse:w:0xD8:m -U efuse:w:0xCB:m |
| 247 | 247 | ||
| 248 | 248 | ||
| 249 | If you are using a different controller or want different configuration, you can use [this AVR Fuse Calculator](http://www.engbedded.com/fusecalc/) to find a better value for you. | 249 | If you are using a different controller or want different configuration, you can use [this AVR Fuse Calculator](https://www.engbedded.com/fusecalc/) to find a better value for you. |
| 250 | 250 | ||
| 251 | ## Help | 251 | ## Help |
| 252 | 252 | ||
