diff options
Diffstat (limited to 'quantum/split_common/serial.h')
| -rw-r--r-- | quantum/split_common/serial.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/split_common/serial.h b/quantum/split_common/serial.h index 15fe4db7b..e566eb8a0 100644 --- a/quantum/split_common/serial.h +++ b/quantum/split_common/serial.h | |||
| @@ -14,6 +14,9 @@ | |||
| 14 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | 14 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 |
| 15 | #define SERIAL_MASTER_BUFFER_LENGTH 1 | 15 | #define SERIAL_MASTER_BUFFER_LENGTH 1 |
| 16 | 16 | ||
| 17 | // Address location defines | ||
| 18 | #define SERIAL_BACKLIT_START 0x00 | ||
| 19 | |||
| 17 | // Buffers for master - slave communication | 20 | // Buffers for master - slave communication |
| 18 | extern volatile uint8_t serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH]; | 21 | extern volatile uint8_t serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH]; |
| 19 | extern volatile uint8_t serial_master_buffer[SERIAL_MASTER_BUFFER_LENGTH]; | 22 | extern volatile uint8_t serial_master_buffer[SERIAL_MASTER_BUFFER_LENGTH]; |
