From: Drashna Jaelre Date: Fri, 25 May 2018 17:51:06 +0000 (-0700) Subject: Fix Orthodox compile issue in online configurator (#3044) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82466aafd12f936cd3b2582ea7deaf507ec893ec;p=qmk_firmware.git Fix Orthodox compile issue in online configurator (#3044) --- 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.