diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-05-20 18:03:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 19:03:56 +0900 |
commit | e961e34c7f224800dabb4e80c2c0daf867642199 (patch) | |
tree | e9cf3c18e0880096a4b923d5f76183d2ed5f4ed2 | |
parent | db1eacdaacb9c8f6889f46bc1c6af155b81ad72a (diff) | |
download | qmk_firmware-e961e34c7f224800dabb4e80c2c0daf867642199.tar.gz qmk_firmware-e961e34c7f224800dabb4e80c2c0daf867642199.zip |
Add EE_HANDS documentation command example (#12730)
* Add command example
* Remove c tag
Co-authored-by: filterpaper <filterpaper@localhost>
-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 3613775d72..bc09b2a5cc 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 * `: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). |