summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-05-25 20:49:43 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2018-05-25 20:49:43 +0200
commit24b8d84b6c3e2a49ce98a48738e469079d051bc8 (patch)
treea78eb0eae43ef40b43e8cc161eed5e8282f41c2c /keyboards/deltasplit75
parent82466aafd12f936cd3b2582ea7deaf507ec893ec (diff)
downloadqmk_firmware-24b8d84b6c3e2a49ce98a48738e469079d051bc8.tar.gz
qmk_firmware-24b8d84b6c3e2a49ce98a48738e469079d051bc8.tar.xz
Fix Split keyboards so they compile on Configurator (#3051)
* Fix serial split for BFO9000 * Fix serial split for DeltaSplit75 * Fix serial split for Helix * Fix serial split for MiniDox * Fix serial split for Viterbi * Revert "Fix serial split for Helix" since it's super complex This reverts commit 72538df105ba6d5fe6915773a20c509f2a47785d. We'll let the helix owner fix this issue, or dive into the code later
Diffstat (limited to 'keyboards/deltasplit75')
-rw-r--r--keyboards/deltasplit75/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/deltasplit75/serial.c b/keyboards/deltasplit75/serial.c
index 6faed09ce..74bcbb6bf 100644
--- a/keyboards/deltasplit75/serial.c
+++ b/keyboards/deltasplit75/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.