aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split/readme.md
diff options
context:
space:
mode:
authorGravatar Jimmy Chan <jchan@linkedin.com>2017-02-06 10:03:48 -0800
committerGravatar Jimmy Chan <jchan@linkedin.com>2017-02-07 12:36:52 -0800
commit56d2198b3d85f112317b4b0d09d5cf6a5c915db8 (patch)
tree4793a10faaa502340a6dc9322f07856f451cf9de /keyboards/lets_split/readme.md
parent048ef311dc5a92d736c8b0778334bfa82f8f42a8 (diff)
downloadqmk_firmware-56d2198b3d85f112317b4b0d09d5cf6a5c915db8.tar.gz
rename I2C_MASTER_RIGHT to MASTER_RIGHT since this works for serial as well
Diffstat (limited to 'keyboards/lets_split/readme.md')
-rw-r--r--keyboards/lets_split/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lets_split/readme.md b/keyboards/lets_split/readme.md
index 0e903065e..ecce3f415 100644
--- a/keyboards/lets_split/readme.md
+++ b/keyboards/lets_split/readme.md
@@ -123,12 +123,12 @@ The EEPROM approach requires additional setup (flashing the eeeprom) but allows
The USB cable approach is easier to setup and if you just want the usb cable on the left board, you do not need to do anything extra.
### Setting the left hand as master
-If you always plug the usb cable into the left board, nothing extra is needed as this is the default. Comment out `EE_HANDS` and comment out `I2C_MASTER_RIGHT` if for some reason it was set.
+If you always plug the usb cable into the left board, nothing extra is needed as this is the default. Comment out `EE_HANDS` and comment out `I2C_MASTER_RIGHT` or `MASTER_RIGHT` if for some reason it was set.
### Setting the right hand as master
If you always plug the usb cable into the right board, add an extra flag to your `config.h`
```
- #define I2C_MASTER_RIGHT
+ #define MASTER_RIGHT
```
### Setting EE_hands to use either hands as master