aboutsummaryrefslogtreecommitdiff
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.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fortitude60/serial_config.h b/keyboards/fortitude60/serial_config.h
new file mode 100644
index 000000000..96a54afbd
--- /dev/null
+++ b/keyboards/fortitude60/serial_config.h
@@ -0,0 +1,14 @@
1#ifndef SOFT_SERIAL_CONFIG_H
2#define SOFT_SERIAL_CONFIG_H
3
4/* Soft Serial defines */
5#define SERIAL_PIN_DDR DDRD
6#define SERIAL_PIN_PORT PORTD
7#define SERIAL_PIN_INPUT PIND
8#define SERIAL_PIN_MASK _BV(PD2)
9#define SERIAL_PIN_INTERRUPT INT2_vect
10
11#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
12#define SERIAL_MASTER_BUFFER_LENGTH 1
13
14#endif /* SOFT_SERIAL_CONFIG_H */ \ No newline at end of file