From bf962821b383b94813c3c7ebae7782c28398f1cf Mon Sep 17 00:00:00 2001 From: Danny Date: Mon, 2 Dec 2019 12:10:09 -0500 Subject: Remove check for EH define (#7525) Its use in lets_split_eh was factored out in https://github.com/qmk/qmk_firmware/pull/6411 --- quantum/split_common/post_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/split_common/post_config.h') diff --git a/quantum/split_common/post_config.h b/quantum/split_common/post_config.h index 5c0b414fb3..4ae1d52732 100644 --- a/quantum/split_common/post_config.h +++ b/quantum/split_common/post_config.h @@ -1,4 +1,4 @@ -#if defined(USE_I2C) || defined(EH) +#if defined(USE_I2C) // When using I2C, using rgblight implicitly involves split support. # if defined(RGBLIGHT_ENABLE) && !defined(RGBLIGHT_SPLIT) # define RGBLIGHT_SPLIT -- cgit v1.2.3