diff options
Diffstat (limited to 'quantum/split_common/serial_backward_compatibility.h')
-rw-r--r-- | quantum/split_common/serial_backward_compatibility.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/quantum/split_common/serial_backward_compatibility.h b/quantum/split_common/serial_backward_compatibility.h new file mode 100644 index 000000000..216b6c41f --- /dev/null +++ b/quantum/split_common/serial_backward_compatibility.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* serial.h backward compatibility */ | ||
2 | |||
3 | // #ifndef SOFT_SERIAL_PIN | ||
4 | // #define SOFT_SERIAL_PIN D0 | ||
5 | // #endif | ||
6 | |||
7 | #ifndef SERIAL_SLAVE_BUFFER_LENGTH | ||
8 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
9 | #define SERIAL_MASTER_BUFFER_LENGTH 1 | ||
10 | #endif | ||
11 | |||