summaryrefslogtreecommitdiff
path: root/keyboards/helix/pico/serial_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/pico/serial_config.h')
-rw-r--r--keyboards/helix/pico/serial_config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/helix/pico/serial_config.h b/keyboards/helix/pico/serial_config.h
deleted file mode 100644
index fc8736d472..0000000000
--- a/keyboards/helix/pico/serial_config.h
+++ /dev/null
@@ -1,9 +0,0 @@
-//// #error rev2 serial config
-
-#ifndef SOFT_SERIAL_PIN
-/* Soft Serial defines */
-#define SOFT_SERIAL_PIN D2
-
-#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
-#define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2
-#endif