diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-30 11:01:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-30 11:01:46 +0000 |
commit | a0e733391532490a216da044efb40451f67774f2 (patch) | |
tree | 8cc6bd43d0b70283b90cfadee1f512ef1161ff4c /docs/isp_flashing_guide.md | |
parent | 6b9a7e21e953d68d6ae093c2d727f1f3ac2798c0 (diff) | |
parent | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (diff) | |
download | qmk_firmware-a0e733391532490a216da044efb40451f67774f2.tar.gz qmk_firmware-a0e733391532490a216da044efb40451f67774f2.zip |
Merge remote-tracking branch 'origin/master' into develop
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 | ||