Skip to content

Commit

Permalink
Split RGB Matrix (qmk#11055)
Browse files Browse the repository at this point in the history
* Split RGB Matrix

* Suspend State sync for rgb matrix
  • Loading branch information
XScorpion2 authored and mechlovin committed Jul 30, 2021
1 parent 1732872 commit 9fa764f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantum/split_common/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ typedef struct _Serial_m2s_buffer_t {
rgb_config_t rgb_matrix;
bool rgb_suspend_state;
# endif
# if defined(RGB_MATRIX_ENABLE) && defined(RGB_MATRIX_SPLIT)
rgb_config_t rgb_matrix;
bool rgb_suspend_state;
# endif
} Serial_m2s_buffer_t;

# if defined(RGBLIGHT_ENABLE) && defined(RGBLIGHT_SPLIT)
Expand Down

0 comments on commit 9fa764f

Please sign in to comment.