diff options
| -rw-r--r-- | quantum/split_common/split_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index da04c8d3f..c613f265a 100644 --- a/quantum/split_common/split_util.c +++ b/quantum/split_common/split_util.c | |||
| @@ -36,7 +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 | #ifdef(MASTER_RIGHT) | 39 | #ifdef MASTER_RIGHT |
| 40 | isLeftHand = !has_usb(); | 40 | isLeftHand = !has_usb(); |
| 41 | #else | 41 | #else |
| 42 | isLeftHand = has_usb(); | 42 | isLeftHand = has_usb(); |
