mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-22 15:42:04 +00:00
remove '#define SOFT_SERIAL_PIN D0' from quantum/split_common/serial_backward_compatibility.h
This commit is contained in:
parent
28fc69ab06
commit
02e9405ae6
@ -1,8 +1,8 @@
|
||||
/* serial.h backward compatibility */
|
||||
|
||||
#ifndef SOFT_SERIAL_PIN
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
#endif
|
||||
// #ifndef SOFT_SERIAL_PIN
|
||||
// #define SOFT_SERIAL_PIN D0
|
||||
// #endif
|
||||
|
||||
#ifndef SERIAL_SLAVE_BUFFER_LENGTH
|
||||
#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
|
||||
|
Loading…
Reference in New Issue
Block a user