forked from mirror/qmk_firmware
Change split_common's transport.c serial to use the synchronization feature of rgblight.c
This commit is contained in:
@@ -8,4 +8,8 @@
|
||||
// When using serial, the user must define RGBLIGHT_SPLIT explicitly
|
||||
// in config.h as needed.
|
||||
// see quantum/rgblight_post_config.h
|
||||
#if defined(RGBLIGHT_ENABLE) && defined(RGBLIGHT_SPLIT)
|
||||
// When using serial and RGBLIGHT_SPLIT need separate transaction
|
||||
#define SERIAL_USE_MULTI_TRANSACTION
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user