aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix/rev2/serial_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/rev2/serial_config.h')
-rw-r--r--keyboards/helix/rev2/serial_config.h18
1 files changed, 5 insertions, 13 deletions
diff --git a/keyboards/helix/rev2/serial_config.h b/keyboards/helix/rev2/serial_config.h
index 82c6e4e83..37135213d 100644
--- a/keyboards/helix/rev2/serial_config.h
+++ b/keyboards/helix/rev2/serial_config.h
@@ -1,16 +1,8 @@
-#ifndef SOFT_SERIAL_CONFIG_H
-#define SOFT_SERIAL_CONFIG_H
+//// #error rev2 serial config
+#ifndef SOFT_SERIAL_PIN
/* Soft Serial defines */
-#define SERIAL_PIN_DDR DDRD
-#define SERIAL_PIN_PORT PORTD
-#define SERIAL_PIN_INPUT PIND
-#define SERIAL_PIN_MASK _BV(PD2)
-#define SERIAL_PIN_INTERRUPT INT2_vect
-
-#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
-#define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2
-
-//// #error rev2 serial config
+#define SOFT_SERIAL_PIN D2
-#endif /* SOFT_SERIAL_CONFIG_H */
+#define SERIAL_USE_MULTI_TRANSACTION
+#endif