diff options
| author | Danny <nooges@users.noreply.github.com> | 2019-12-02 12:10:09 -0500 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-12-02 17:10:09 +0000 |
| commit | bf962821b383b94813c3c7ebae7782c28398f1cf (patch) | |
| tree | 5c5014ad2e21f7febb4d7fb3cb26f3a78f6e3d5b /quantum/split_common/transport.c | |
| parent | ce5678b8196d91bfba5d2fde8428ecd884f5e67b (diff) | |
| download | qmk_firmware-bf962821b383b94813c3c7ebae7782c28398f1cf.tar.gz qmk_firmware-bf962821b383b94813c3c7ebae7782c28398f1cf.zip | |
Remove check for EH define (#7525)
Its use in lets_split_eh was factored out in https://github.com/qmk/qmk_firmware/pull/6411
Diffstat (limited to 'quantum/split_common/transport.c')
| -rw-r--r-- | quantum/split_common/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/transport.c b/quantum/split_common/transport.c index 3c783dc56..ab421adc4 100644 --- a/quantum/split_common/transport.c +++ b/quantum/split_common/transport.c | |||
| @@ -21,7 +21,7 @@ static pin_t encoders_pad[] = ENCODERS_PAD_A; | |||
| 21 | # define NUMBER_OF_ENCODERS (sizeof(encoders_pad) / sizeof(pin_t)) | 21 | # define NUMBER_OF_ENCODERS (sizeof(encoders_pad) / sizeof(pin_t)) |
| 22 | #endif | 22 | #endif |
| 23 | 23 | ||
| 24 | #if defined(USE_I2C) || defined(EH) | 24 | #if defined(USE_I2C) |
| 25 | 25 | ||
| 26 | # include "i2c_master.h" | 26 | # include "i2c_master.h" |
| 27 | # include "i2c_slave.h" | 27 | # include "i2c_slave.h" |
