diff options
Diffstat (limited to 'keyboards/lets_split/serial.c')
-rw-r--r-- | keyboards/lets_split/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/serial.c b/keyboards/lets_split/serial.c index 6faed09ce..74bcbb6bf 100644 --- a/keyboards/lets_split/serial.c +++ b/keyboards/lets_split/serial.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <stdbool.h> | 12 | #include <stdbool.h> |
13 | #include "serial.h" | 13 | #include "serial.h" |
14 | 14 | ||
15 | #ifdef USE_SERIAL | 15 | #ifndef USE_I2C |
16 | 16 | ||
17 | // Serial pulse period in microseconds. Its probably a bad idea to lower this | 17 | // Serial pulse period in microseconds. Its probably a bad idea to lower this |
18 | // value. | 18 | // value. |