diff options
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 | ||