]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/readme.md
Copy CMD60 as starting point and rename files
[qmk_firmware.git] / keyboards / lets_split / readme.md
index 0e903065e227e03f73a2fd9900865ca7891b2d30..ecce3f4152cf1b39498370f4cab51077fbffd48c 100644 (file)
@@ -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