From 9ee12820197f38f6618b78f92481f3ffd2d8b7e5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 15 Feb 2021 11:55:13 +1100 Subject: LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) --- quantum/led_matrix_drivers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/led_matrix_drivers.c') diff --git a/quantum/led_matrix_drivers.c b/quantum/led_matrix_drivers.c index 9decaa33c2..eddf3f2863 100644 --- a/quantum/led_matrix_drivers.c +++ b/quantum/led_matrix_drivers.c @@ -66,7 +66,7 @@ static void init(void) { # endif # endif - for (int index = 0; index < LED_DRIVER_LED_COUNT; index++) { + for (int index = 0; index < DRIVER_LED_TOTAL; index++) { # ifdef IS31FL3731 IS31FL3731_set_led_control_register(index, true); # else -- cgit v1.2.3