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:
2026-09-06 19:06:19 -05:00
parent f5364e10ce
commit 7ee88d5d9e
4 changed files with 60 additions and 9 deletions
+1 -2
View File
@@ -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) {