diff options
author | Pekaso <pekaso34@gmail.com> | 2018-11-15 11:36:53 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-14 18:36:53 -0800 |
commit | daf08f40f2aeb815322d65d14a90ae56ea22953c (patch) | |
tree | 01e5482ac0928983abd6a2f00d6a3b3699d4da10 /keyboards/fortitude60/serial_config.h | |
parent | d8f090e5592fd5b6fde35ae36e36f2473c716312 (diff) |
serial.c update (#4423)
Diffstat (limited to 'keyboards/fortitude60/serial_config.h')
-rw-r--r-- | keyboards/fortitude60/serial_config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/fortitude60/serial_config.h b/keyboards/fortitude60/serial_config.h index 96a54afbd8..d4a42bce38 100644 --- a/keyboards/fortitude60/serial_config.h +++ b/keyboards/fortitude60/serial_config.h @@ -2,13 +2,9 @@ #define SOFT_SERIAL_CONFIG_H /* Soft Serial defines */ -#define SERIAL_PIN_DDR DDRD -#define SERIAL_PIN_PORT PORTD -#define SERIAL_PIN_INPUT PIND -#define SERIAL_PIN_MASK _BV(PD2) -#define SERIAL_PIN_INTERRUPT INT2_vect +#define SOFT_SERIAL_PIN D2 #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 #define SERIAL_MASTER_BUFFER_LENGTH 1 -#endif /* SOFT_SERIAL_CONFIG_H */
\ No newline at end of file +#endif /* SOFT_SERIAL_CONFIG_H */ |