summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/serial.c')
-rw-r--r--keyboards/helix/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/serial.c b/keyboards/helix/serial.c
index e918ab6ee..51ab67fb3 100644
--- a/keyboards/helix/serial.c
+++ b/keyboards/helix/serial.c
@@ -16,7 +16,7 @@
// Serial pulse period in microseconds. Its probably a bad idea to lower this
// value.
-#define SERIAL_DELAY 24
+#define SERIAL_DELAY 30
uint8_t volatile serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH] = {0};
uint8_t volatile serial_master_buffer[SERIAL_MASTER_BUFFER_LENGTH] = {0};