summaryrefslogtreecommitdiffstats
path: root/keyboards/orthodox
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-05-25 19:51:06 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2018-05-25 19:51:06 +0200
commit82466aafd12f936cd3b2582ea7deaf507ec893ec (patch)
tree77c41e5108c0ee0cbb4618ba583443bd4fef4137 /keyboards/orthodox
parent220b5119fa38c73deab194affe65b74073890c8e (diff)
downloadqmk_firmware-82466aafd12f936cd3b2582ea7deaf507ec893ec.tar.gz
qmk_firmware-82466aafd12f936cd3b2582ea7deaf507ec893ec.tar.xz
Fix Orthodox compile issue in online configurator (#3044)
Diffstat (limited to 'keyboards/orthodox')
-rw-r--r--keyboards/orthodox/serial.c2
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.