]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update split_util.c
authorishtob <ishtob@gmail.com>
Wed, 22 Mar 2017 19:45:45 +0000 (15:45 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 19:45:45 +0000 (15:45 -0400)
keyboards/lets_split/split_util.c

index b87bae38b1f92b530d7e54b5ed9b29a40ef0779b..46586fbc00bb6e7b15ab35eef0440705e0909eb4 100644 (file)
@@ -22,7 +22,7 @@ static void setup_handedness(void) {
     isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS);
   #else
     // I2c_MASTER_RIGHT ish deprecate use MASTER_RIGHT instead since this works for both serial and i2c:
-    #if defined (I2C_MASTER_RIGHT) || defined (MASTER_RIGHT)
+    #if defined(I2C_MASTER_RIGHT) || defined(MASTER_RIGHT)
       isLeftHand = !has_usb();
     #else
       isLeftHand = has_usb();