Remove check for EH define (#7525)
Its use in lets_split_eh was factored out in https://github.com/qmk/qmk_firmware/pull/6411
This commit is contained in:
parent
ce5678b819
commit
bf962821b3
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue