diff options
| author | QMK Bot <hello@qmk.fm> | 2021-05-20 10:04:45 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-05-20 10:04:45 +0000 |
| commit | aeaa209b9d3f6aaaebd425bbdf57117c74718104 (patch) | |
| tree | 01ad56283f74528674d36acb050d38d5ff4b5337 | |
| parent | 6955c5a00295382d3b4151a840aa5c929cd98059 (diff) | |
| parent | e961e34c7f224800dabb4e80c2c0daf867642199 (diff) | |
| download | qmk_firmware-aeaa209b9d3f6aaaebd425bbdf57117c74718104.tar.gz qmk_firmware-aeaa209b9d3f6aaaebd425bbdf57117c74718104.zip | |
Merge remote-tracking branch 'origin/master' into develop
| -rw-r--r-- | docs/feature_split_keyboard.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index 3613775d7..bc09b2a5c 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md | |||
| @@ -133,6 +133,12 @@ However, you'll have to flash the EEPROM files for the correct hand to each cont | |||
| 133 | * `:dfu-util-split-left` | 133 | * `:dfu-util-split-left` |
| 134 | * `:dfu-util-split-right` | 134 | * `:dfu-util-split-right` |
| 135 | 135 | ||
| 136 | Example: | ||
| 137 | |||
| 138 | ``` | ||
| 139 | make crkbd:default:avrdude-split-left | ||
| 140 | ``` | ||
| 141 | |||
| 136 | 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. | 142 | 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. |
| 137 | 143 | ||
| 138 | You can find the `EEPROM` files in the QMK firmware repo, [here](https://github.com/qmk/qmk_firmware/tree/master/quantum/split_common). | 144 | You can find the `EEPROM` files in the QMK firmware repo, [here](https://github.com/qmk/qmk_firmware/tree/master/quantum/split_common). |
