diff options
Diffstat (limited to 'keyboards/helix/pico/serial_config.h')
-rw-r--r-- | keyboards/helix/pico/serial_config.h | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/keyboards/helix/pico/serial_config.h b/keyboards/helix/pico/serial_config.h index 82c6e4e83..fc8736d47 100644 --- a/keyboards/helix/pico/serial_config.h +++ b/keyboards/helix/pico/serial_config.h | |||
@@ -1,16 +1,9 @@ | |||
1 | #ifndef SOFT_SERIAL_CONFIG_H | 1 | //// #error rev2 serial config |
2 | #define SOFT_SERIAL_CONFIG_H | ||
3 | 2 | ||
3 | #ifndef SOFT_SERIAL_PIN | ||
4 | /* Soft Serial defines */ | 4 | /* Soft Serial defines */ |
5 | #define SERIAL_PIN_DDR DDRD | 5 | #define SOFT_SERIAL_PIN D2 |
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 | 6 | ||
11 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | 7 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 |
12 | #define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2 | 8 | #define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2 |
13 | 9 | #endif | |
14 | //// #error rev2 serial config | ||
15 | |||
16 | #endif /* SOFT_SERIAL_CONFIG_H */ | ||