aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorishtob <ishtob@gmail.com>2017-03-22 15:45:45 -0400
committerGitHub <noreply@github.com>2017-03-22 15:45:45 -0400
commitebb46694e500e08ea1d39349d957182270e835f6 (patch)
tree17e5a28cd5cdd02ca18adc36df963146c0671a38
parent1f7b8a034362f1461d89abee91038df885be4ca2 (diff)
downloadqmk_firmware-ebb46694e500e08ea1d39349d957182270e835f6.tar.gz
qmk_firmware-ebb46694e500e08ea1d39349d957182270e835f6.zip
Update split_util.c
-rw-r--r--keyboards/lets_split/split_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/split_util.c b/keyboards/lets_split/split_util.c
index b87bae38b..46586fbc0 100644
--- a/keyboards/lets_split/split_util.c
+++ b/keyboards/lets_split/split_util.c
@@ -22,7 +22,7 @@ static void setup_handedness(void) {
22 isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS); 22 isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS);
23 #else 23 #else
24 // I2c_MASTER_RIGHT ish deprecate use MASTER_RIGHT instead since this works for both serial and i2c: 24 // I2c_MASTER_RIGHT ish deprecate use MASTER_RIGHT instead since this works for both serial and i2c:
25 #if defined (I2C_MASTER_RIGHT) || defined (MASTER_RIGHT) 25 #if defined(I2C_MASTER_RIGHT) || defined(MASTER_RIGHT)
26 isLeftHand = !has_usb(); 26 isLeftHand = !has_usb();
27 #else 27 #else
28 isLeftHand = has_usb(); 28 isLeftHand = has_usb();