]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/led_matrix_drivers.c
Put back an accidentally stripped copyright
[qmk_firmware.git] / quantum / led_matrix_drivers.c
index e0f8b2094905e0c5e1e85c4ff9f93c170171ad81..aeb3bfd550e313020817fbc3af83ac84b38c8822 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2018 Clueboard
+/* Copyright 2018 James Laird-Wah
+ * Copyright 2019 Clueboard
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -64,7 +65,8 @@ static void init(void) {
             IS31FL3733_init(LED_DRIVER_ADDR_4);
         #endif
     #endif
-    for (int index = 0; index < LED_DRIVER_COUNT; index++) {
+
+    for (int index = 0; index < LED_DRIVER_LED_COUNT; index++) {
         #ifdef IS31FL3731
             IS31FL3731_set_led_control_register(index, true);
         #else