From 62eaf7a4541f74f31cd32863a13d8e4dd7b6b2ca Mon Sep 17 00:00:00 2001 From: mtei Date: Thu, 20 May 2021 10:05:36 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20e961e34c7f224800dabb4e80c2c0daf867642199=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_split_keyboard.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/feature_split_keyboard.md b/feature_split_keyboard.md index 3613775d72..bc09b2a5cc 100644 --- a/feature_split_keyboard.md +++ b/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).