diff options
author | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
---|---|---|
committer | coderkun <olli@coderkun.de> | 2017-05-06 12:19:45 +0200 |
commit | 49046f621bc8304c8c7ba7a065d2568f45ecc616 (patch) | |
tree | 4a1fc5d37e012502ff4732c801381eec814a2e01 /keyboards/lets_split/split_util.c | |
parent | 9e7448ea89a1a88317f0acb805819af79d0a76e3 (diff) | |
parent | c5cef025ec39e67408f000825747d88c6aaa86eb (diff) | |
download | firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.tar.gz firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.tar.bz2 firmware-49046f621bc8304c8c7ba7a065d2568f45ecc616.zip |
Merge tag '0.5.43' into coderkun_neo2
Diffstat (limited to 'keyboards/lets_split/split_util.c')
-rw-r--r-- | keyboards/lets_split/split_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/split_util.c b/keyboards/lets_split/split_util.c index 46586fbc0..39639c3b4 100644 --- a/keyboards/lets_split/split_util.c +++ b/keyboards/lets_split/split_util.c @@ -21,7 +21,7 @@ static void setup_handedness(void) { #ifdef EE_HANDS isLeftHand = eeprom_read_byte(EECONFIG_HANDEDNESS); #else - // I2c_MASTER_RIGHT ish deprecate use MASTER_RIGHT instead since this works for both serial and i2c: + // I2C_MASTER_RIGHT is deprecated, use MASTER_RIGHT instead, since this works for both serial and i2c #if defined(I2C_MASTER_RIGHT) || defined(MASTER_RIGHT) isLeftHand = !has_usb(); #else |