diff options
author | Joel Challis <git@zvecr.com> | 2019-09-27 21:33:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 21:33:55 +0100 |
commit | 17794e0b2502371eaf155328d4e4195aef703163 (patch) | |
tree | e3912e2f393e6395a20d26f7dbbf60369837765a /docs/feature_split_keyboard.md | |
parent | 92cb0b6f2f9487aff42ad1de5d4a9b81e24e836c (diff) | |
download | qmk_firmware-17794e0b2502371eaf155328d4e4195aef703163.tar.gz qmk_firmware-17794e0b2502371eaf155328d4e4195aef703163.zip |
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/feature_split_keyboard.md')
-rw-r--r-- | docs/feature_split_keyboard.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index 60e0d278c..42dd838d0 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md | |||
@@ -96,6 +96,8 @@ However, you'll have to flash the EEPROM files for the correct hand to each cont | |||
96 | * `:avrdude-split-right` | 96 | * `:avrdude-split-right` |
97 | * `:dfu-split-left` | 97 | * `:dfu-split-left` |
98 | * `:dfu-split-right` | 98 | * `:dfu-split-right` |
99 | * `:dfu-util-split-left` | ||
100 | * `:dfu-util-split-right` | ||
99 | 101 | ||
100 | This setting is not changed when re-initializing the EEPROM using the `EEP_RST` key, or using the `eeconfig_init()` function. However, if you reset the EEPROM outside of the firmware's built in options (such as flashing a file that overwrites the `EEPROM`, like how the [QMK Toolbox]()'s "Reset EEPROM" button works), you'll need to re-flash the controller with the `EEPROM` files. | 102 | This setting is not changed when re-initializing the EEPROM using the `EEP_RST` key, or using the `eeconfig_init()` function. However, if you reset the EEPROM outside of the firmware's built in options (such as flashing a file that overwrites the `EEPROM`, like how the [QMK Toolbox]()'s "Reset EEPROM" button works), you'll need to re-flash the controller with the `EEPROM` files. |
101 | 103 | ||