diff options
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/orthodox/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/orthodox/serial.c b/keyboards/orthodox/serial.c index 4936e4249..fea57b651 100644 --- a/keyboards/orthodox/serial.c +++ b/keyboards/orthodox/serial.c @@ -12,7 +12,7 @@ #include <stdbool.h> #include "serial.h" -#ifdef USE_SERIAL +#ifndef USE_I2C // Serial pulse period in microseconds. Its probably a bad idea to lower this // value. |