From 82466aafd12f936cd3b2582ea7deaf507ec893ec Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 25 May 2018 10:51:06 -0700 Subject: Fix Orthodox compile issue in online configurator (#3044) --- keyboards/orthodox/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/orthodox') 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 #include "serial.h" -#ifdef USE_SERIAL +#ifndef USE_I2C // Serial pulse period in microseconds. Its probably a bad idea to lower this // value. -- cgit v1.2.3-24-g4f1b