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
4 files changed, 4 insertions(+), 4 deletions(-) M keyboards/bfo9000/serial.c M keyboards/deltasplit75/serial.c M keyboards/minidox/serial.c M keyboards/viterbi/serial.c
M keyboards/bfo9000/serial.c => keyboards/bfo9000/serial.c +1 -1
@@ 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.
M keyboards/deltasplit75/serial.c => keyboards/deltasplit75/serial.c +1 -1
@@ 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.
M keyboards/minidox/serial.c => keyboards/minidox/serial.c +1 -1
@@ 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.
M keyboards/viterbi/serial.c => keyboards/viterbi/serial.c +1 -1