From 8e01e3cfa12de92dd427291bf8a9e811e8fde33e Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 25 May 2018 10:58:58 -0700 Subject: [PATCH] Fix serial split for BFO9000 --- keyboards/bfo9000/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/bfo9000/serial.c b/keyboards/bfo9000/serial.c index 4936e4249f..fea57b6510 100644 --- a/keyboards/bfo9000/serial.c +++ b/keyboards/bfo9000/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.