Fix Split Common Split_util.c typo

This commit is contained in:
Drashna Jaelre 2018-12-28 13:37:23 -08:00
parent c0859ac096
commit 6b46c06018
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static void setup_handedness(void) {
#ifdef EE_HANDS
isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS);
#else
#ifdef(MASTER_RIGHT)
#ifdef MASTER_RIGHT
isLeftHand = !has_usb();
#else
isLeftHand = has_usb();