summaryrefslogtreecommitdiff
path: root/docs/config_options.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/config_options.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/config_options.md')
-rw-r--r--docs/config_options.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md
index 77e2368f3d..9e43f47c25 100644
--- a/docs/config_options.md
+++ b/docs/config_options.md
@@ -224,6 +224,7 @@ There are a few different ways to set handedness for split keyboards (listed in
2. Set `EE_HANDS` and flash `eeprom-lefthand.eep`/`eeprom-righthand.eep` to each half
* For boards with DFU bootloader you can use `:dfu-split-left`/`:dfu-split-right` to flash these EEPROM files
* For boards with Caterina bootloader (like stock Pro Micros), use `:avrdude-split-left`/`:avrdude-split-right`
+ * For boards with ARM DFU bootloader (like Proton C), use `:dfu-util-split-left`/`:dfu-util-split-right`
3. Set `MASTER_RIGHT`: Half that is plugged into the USB port is determined to be the master and right half (inverse of the default)
4. Default: The side that is plugged into the USB port is the master half and is assumed to be the left half. The slave side is the right half