summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev1/serial_config.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2022-02-17 08:44:30 -0800
committerDrashna Jael're <drashna@live.com>2022-02-17 08:44:30 -0800
commitda280739efa1d23346f9540044b8689a31ca8689 (patch)
tree3ec9e50910a866e5c0864a5bc3efb6d88df6b444 /keyboards/helix/rev1/serial_config.h
parent0d9a0d5d97bfbe39777c3f87ed7f67cdf9446176 (diff)
parent548a463fe9e60410e5798b6fd10a9e18ba2f28bb (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev1/serial_config.h')
-rw-r--r--keyboards/helix/rev1/serial_config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/helix/rev1/serial_config.h b/keyboards/helix/rev1/serial_config.h
deleted file mode 100644
index 32218f9bbe..0000000000
--- a/keyboards/helix/rev1/serial_config.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/// #error rev1 serial config
-
-#ifndef SOFT_SERIAL_PIN
-/* Soft Serial defines */
-#define SOFT_SERIAL_PIN D0
-
-#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
-#define SERIAL_MASTER_BUFFER_LENGTH 0
-#endif