aboutsummaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/flashing.md')
-rw-r--r--docs/flashing.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/flashing.md b/docs/flashing.md
index 00350b840..18ae6364d 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -232,4 +232,6 @@ Flashing sequence:
232There are a number of DFU commands that you can use to flash firmware to a STM32 device: 232There are a number of DFU commands that you can use to flash firmware to a STM32 device:
233 233
234* `:dfu-util` - The default command for flashing to STM32 devices. 234* `:dfu-util` - The default command for flashing to STM32 devices.
235* `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util. 235* `:dfu-util-split-left` - This flashes the normal firmware, just like the default option (`:dfu-util`). However, this also configures the "Left Side" EEPROM setting for split keyboards.
236* `:dfu-util-split-right` - This flashes the normal firmware, just like the default option (`:dfu-util`). However, this also configures the "Right Side" EEPROM setting for split keyboards.
237* `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util.