mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
Fix serial split for Helix
This commit is contained in:
parent
ff747a13c4
commit
72538df105
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue