forked from mirror/qmk_firmware
quantum/split_common/serial.c change to helix-serial.c style serial configuration
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
/* serial.h backward compatibility */
|
||||
|
||||
#ifndef SERIAL_PIN_DDR
|
||||
#define SERIAL_PIN_DDR DDRD
|
||||
#define SERIAL_PIN_PORT PORTD
|
||||
#define SERIAL_PIN_INPUT PIND
|
||||
#define SERIAL_PIN_MASK _BV(PD0)
|
||||
#define SERIAL_PIN_INTERRUPT INT0_vect
|
||||
#ifndef SOFT_SERIAL_PIN
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
#endif
|
||||
|
||||
#ifndef SERIAL_SLAVE_BUFFER_LENGTH
|
||||
|
||||
Reference in New Issue
Block a user