diff options
author | Donald Kjer <don.kjer@gmail.com> | 2021-02-17 14:25:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 09:25:03 +1100 |
commit | 1d44715d9dc9bef1af3932f95326e3e248e1ab91 (patch) | |
tree | 822fc8df79f5327e958b1af4f3cb83a94fb7277f /keyboards/durgod/k320 | |
parent | fe7240628ae524dae91e57529c157a700cf691be (diff) | |
download | qmk_firmware-1d44715d9dc9bef1af3932f95326e3e248e1ab91.tar.gz qmk_firmware-1d44715d9dc9bef1af3932f95326e3e248e1ab91.zip |
Fixing typos in durgod/k320 readme (#11931)
Diffstat (limited to 'keyboards/durgod/k320')
-rw-r--r-- | keyboards/durgod/k320/readme.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/durgod/k320/readme.md b/keyboards/durgod/k320/readme.md index 839a2c74ab..1150294354 100644 --- a/keyboards/durgod/k320/readme.md +++ b/keyboards/durgod/k320/readme.md @@ -32,9 +32,8 @@ For first Flashing from initial Stock's Firmware - Using DFUseDemo.exe from ST's STSW-STM32080: https://www.st.com/en/development-tools/stsw-stm32080.html - Using dfu-util (thanks to [tylert](https://github.com/tylert) for instructions!): - - dfu-util --list - dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN} + dfu-util --list + dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN} 2. Flash the QMK Firmware Image. - Put board into Bootloader mode, using the same method as when backing up the original Firmware (above) @@ -43,8 +42,7 @@ For first Flashing from initial Stock's Firmware - Using DFuseDemo.exe if STTub30 driver is used. - Using dfu-util: - - dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${NEW_QMK_BIN} + dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN} You can short Boot0 to Vdd by shorting R21 to C27 on the sides closest to the processor, as shown: |