Skip to content

Commit 8826888

Browse files
committed
Updating durgod dgk6x flash instructions
1 parent 177054b commit 8826888

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

keyboards/durgod/dgk6x/readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ For first Flashing from initial Stock's Firmware
2525
- Make a Flash Image's Backup in case you wanted to restore the Keyboard to Stock's Image:
2626
- Using dfu-util:
2727

28-
29-
dfu-util --list
30-
dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}
28+
dfu-util --list
29+
dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}
3130

3231
2. Flash the QMK Firmware Image.
3332
- Put board into Bootloader mode, using the same method as when backing up the original Firmware (above)
@@ -36,8 +35,7 @@ For first Flashing from initial Stock's Firmware
3635
- Using DFuseDemo.exe if STTub30 driver is used.
3736
- Using dfu-util:
3837

39-
40-
dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${NEW_QMK_BIN}
38+
dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN}
4139

4240
You can short Boot0 to Vdd by shorting R19 to C30 on the sides closest to the processor, as shown:
4341

0 commit comments

Comments
 (0)