Fix cross-half reactive RGB splash on BCORNE split.
Mirror master matrix state and sync remote keypresses to rgb_matrix so splash propagates from the left half onto the right, and close the LED coordinate gap at the split seam. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -183,8 +183,7 @@ bool is_keyboard_master_impl(void) {
|
||||
}
|
||||
|
||||
bool is_keyboard_left(void) {
|
||||
// return split_config.left;
|
||||
return false;
|
||||
return split_config.left;
|
||||
}
|
||||
|
||||
bool is_keyboard_master(void) {
|
||||
|
||||
Reference in New Issue
Block a user