summaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-30 22:06:28 +0000
committerQMK Bot <hello@qmk.fm>2022-05-30 22:06:28 +0000
commit6e4e50d5aaef48284baefd71836b0ac821ea232d (patch)
tree7ac1a34d39ffc2953a2f4fa2d6988c86d70a8c5b /docs/flashing.md
parent2de70e6f2d5c7217ec0a0f318e999a0644d9db0d (diff)
parent25ec68c4085e0661ccb086ae9e887654d2e983fb (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index a4610cae8c..dfb255f2dc 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -266,7 +266,7 @@ Flashing sequence:
### `make` Targets
* `:dfu-util`: Waits until an STM32 bootloader device is available, and then flashes the firmware.
-* `:dfu-util-split-left` and `:dfu-util-split-right`: Flashes the firmware as with `:avrdude`, but also sets the handedness setting in EEPROM. This is ideal for Proton-C-based split keyboards.
+* `:dfu-util-split-left` and `:dfu-util-split-right`: Flashes the firmware as with `:dfu-util`, but also sets the handedness setting in EEPROM. This is ideal for Proton-C-based split keyboards.
* `:st-link-cli`: Allows you to flash the firmware via the ST-Link CLI utility, rather than dfu-util. Requires an ST-Link dongle.
* `:st-flash`: Allows you to flash the firmware via the `st-flash` utility from [STLink Tools](https://github.com/stlink-org/stlink), rather than dfu-util. Requires an ST-Link dongle.