summaryrefslogtreecommitdiff
path: root/docs/flashing.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-09-27 21:33:55 +0100
committerGitHub <noreply@github.com>2019-09-27 21:33:55 +0100
commit17794e0b2502371eaf155328d4e4195aef703163 (patch)
treee3912e2f393e6395a20d26f7dbbf60369837765a /docs/flashing.md
parent92cb0b6f2f9487aff42ad1de5d4a9b81e24e836c (diff)
ARM split - Add support for dfu-util EE_HANDS flashing (#6543)
* Initial stab at some fake dfu-util-split-left behaviour * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Clang format fixes * Fake eeprom init for both left and right hand
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 00350b8406..18ae6364d4 100644
--- a/docs/flashing.md
+++ b/docs/flashing.md
@@ -232,4 +232,6 @@ Flashing sequence:
There are a number of DFU commands that you can use to flash firmware to a STM32 device:
* `:dfu-util` - The default command for flashing to STM32 devices.
-* `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util.
+* `: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.
+* `: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.
+* `:st-link-cli` - This allows you to flash the firmware via ST-LINK's CLI utility, rather than dfu-util.