summaryrefslogtreecommitdiffstats
path: root/keyboards/fortitude60/serial_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fortitude60/serial_config.h')
-rw-r--r--keyboards/fortitude60/serial_config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/fortitude60/serial_config.h b/keyboards/fortitude60/serial_config.h
new file mode 100644
index 000000000..d4a42bce3
--- /dev/null
+++ b/keyboards/fortitude60/serial_config.h
@@ -0,0 +1,10 @@
+#ifndef SOFT_SERIAL_CONFIG_H
+#define SOFT_SERIAL_CONFIG_H
+
+/* Soft Serial defines */
+#define SOFT_SERIAL_PIN D2
+
+#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
+#define SERIAL_MASTER_BUFFER_LENGTH 1
+
+#endif /* SOFT_SERIAL_CONFIG_H */