Skip to content

Commit

Permalink
Remove global k_rgb_matrix_split (qmk#24348)
Browse files Browse the repository at this point in the history
All users have their own local definition.
  • Loading branch information
t-8ch authored and itsme-zeix committed Oct 2, 2024
1 parent 68af139 commit 1f6cab9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions quantum/rgb_matrix/rgb_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ static uint32_t rgb_timer_buffer;
static last_hit_t last_hit_buffer;
#endif // RGB_MATRIX_KEYREACTIVE_ENABLED

// split rgb matrix
#if defined(RGB_MATRIX_SPLIT)
const uint8_t k_rgb_matrix_split[2] = RGB_MATRIX_SPLIT;
#endif

EECONFIG_DEBOUNCE_HELPER(rgb_matrix, EECONFIG_RGB_MATRIX, rgb_matrix_config);

void eeconfig_update_rgb_matrix(void) {
Expand Down

0 comments on commit 1f6cab9

Please sign in to comment.