1
0

Change split_common's transport.c serial to use the synchronization feature of rgblight.c

This commit is contained in:
mtei
2019-03-29 17:29:41 +09:00
parent 57e124c1de
commit 07c33fc634
2 changed files with 66 additions and 25 deletions

View File

@@ -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