Remove global k_rgb_matrix_split (#24348)

All users have their own local definition.
This commit is contained in:
Thomas Weißschuh 2024-09-01 05:45:49 +02:00 committed by GitHub
parent 481e6f6440
commit 9df36b25da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,11 +83,6 @@ static uint32_t rgb_timer_buffer;
static last_hit_t last_hit_buffer; static last_hit_t last_hit_buffer;
#endif // RGB_MATRIX_KEYREACTIVE_ENABLED #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); EECONFIG_DEBOUNCE_HELPER(rgb_matrix, EECONFIG_RGB_MATRIX, rgb_matrix_config);
void eeconfig_update_rgb_matrix(void) { void eeconfig_update_rgb_matrix(void) {