mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
Fix Split Common Split_util.c typo
This commit is contained in:
parent
c0859ac096
commit
6b46c06018
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user