summaryrefslogtreecommitdiff
path: root/keyboards/tkc/portico75
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-10-04 20:12:50 +1100
committerGitHub <noreply@github.com>2023-10-04 20:12:50 +1100
commitd99dbe4d56a5d414b8d131bf703257172af91b70 (patch)
treefa8b7212734413a48e3232fdc45f30047e62fa3d /keyboards/tkc/portico75
parentc0f16be50fec33cdb30386ac512efb900f3f7470 (diff)
Update ISSI LED types (#22099)
Diffstat (limited to 'keyboards/tkc/portico75')
-rw-r--r--keyboards/tkc/portico75/portico75.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tkc/portico75/portico75.c b/keyboards/tkc/portico75/portico75.c
index 568f75901f..69d6256071 100644
--- a/keyboards/tkc/portico75/portico75.c
+++ b/keyboards/tkc/portico75/portico75.c
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef RGB_MATRIX_ENABLE
-const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
+const is31fl3741_led_t PROGMEM g_is31fl3741_leds[RGB_MATRIX_LED_COUNT] = {
{0, CS18_SW1, CS17_SW1, CS16_SW1},
{0, CS18_SW2, CS17_SW2, CS16_SW2},
{0, CS18_SW3, CS17_SW3, CS16_SW3},