logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 9df36b25dae70d1d76ed168fdafa35f17200c05c
parent 481e6f64400c7d850d431529c371c41fbb80c763
Author: Thomas Weißschuh <thomas@t-8ch.de>
Date:   Sun,  1 Sep 2024 05:45:49 +0200

Remove global k_rgb_matrix_split (#24348)

All users have their own local definition.

Diffstat:

Mquantum/rgb_matrix/rgb_matrix.c5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/quantum/rgb_matrix/rgb_matrix.c b/quantum/rgb_matrix/rgb_matrix.c @@ -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) {