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, 0 insertions, 11 deletions
diff --git a/quantum/split_common/serial_backward_compatibility.h b/quantum/split_common/serial_backward_compatibility.h deleted file mode 100644 index 216b6c41f..000000000 --- a/quantum/split_common/serial_backward_compatibility.h +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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 | |||