mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 03:26:51 +06:00
9 lines
154 B
C
9 lines
154 B
C
|
//// #error rev2 serial config
|
||
|
|
||
|
#ifndef SOFT_SERIAL_PIN
|
||
|
/* Soft Serial defines */
|
||
|
#define SOFT_SERIAL_PIN D2
|
||
|
|
||
|
#define SERIAL_USE_MULTI_TRANSACTION
|
||
|
#endif
|