diff options
Diffstat (limited to 'quantum/split_common/split_util.c')
| -rw-r--r-- | quantum/split_common/split_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index e4475c535..da04c8d3f 100644 --- a/quantum/split_common/split_util.c +++ b/quantum/split_common/split_util.c | |||
| @@ -36,8 +36,7 @@ static void setup_handedness(void) { | |||
| 36 | #ifdef EE_HANDS | 36 | #ifdef EE_HANDS |
| 37 | isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS); | 37 | isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS); |
| 38 | #else | 38 | #else |
| 39 | // I2C_MASTER_RIGHT is deprecated, use MASTER_RIGHT instead, since this works for both serial and i2c | 39 | #ifdef(MASTER_RIGHT) |
| 40 | #if defined(I2C_MASTER_RIGHT) || defined(MASTER_RIGHT) | ||
| 41 | isLeftHand = !has_usb(); | 40 | isLeftHand = !has_usb(); |
| 42 | #else | 41 | #else |
| 43 | isLeftHand = has_usb(); | 42 | isLeftHand = has_usb(); |
