]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/lets_split/split_util.c
Revert removal of avrdude make option
[qmk_firmware.git] / keyboards / lets_split / split_util.c
index 46586fbc00bb6e7b15ab35eef0440705e0909eb4..39639c3b4bd885bdc38bc570f342b65e5d08877e 100644 (file)
@@ -21,7 +21,7 @@ static void setup_handedness(void) {
   #ifdef EE_HANDS
     isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS);
   #else
-    // I2c_MASTER_RIGHT ish deprecate use MASTER_RIGHT instead since this works for both serial and i2c:
+    // I2C_MASTER_RIGHT is deprecated, use MASTER_RIGHT instead, since this works for both serial and i2c
     #if defined(I2C_MASTER_RIGHT) || defined(MASTER_RIGHT)
       isLeftHand = !has_usb();
     #else