~ruther/qmk_firmware

aeaa209b9d3f6aaaebd425bbdf57117c74718104 — QMK Bot 4 years ago 6955c5a + e961e34
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 6 insertions(+), 0 deletions(-)

M docs/feature_split_keyboard.md
M docs/feature_split_keyboard.md => docs/feature_split_keyboard.md +6 -0
@@ 133,6 133,12 @@ However, you'll have to flash the EEPROM files for the correct hand to each cont
* `:dfu-util-split-left`
* `:dfu-util-split-right`

Example:

```
make crkbd:default:avrdude-split-left
```

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. 

You can find the `EEPROM` files in the QMK firmware repo, [here](https://github.com/qmk/qmk_firmware/tree/master/quantum/split_common).