From 7fca0d1c51252e7c56f1c7e4ccf73e00737bbd68 Mon Sep 17 00:00:00 2001 From: zvecr Date: Fri, 21 Jan 2022 14:19:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20ad09160b03d5139a1fa05ac1fb44c1451485a616=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_led_matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_led_matrix.md b/feature_led_matrix.md index dfd63503f2..37f38cc6ed 100644 --- a/feature_led_matrix.md +++ b/feature_led_matrix.md @@ -333,7 +333,7 @@ Where `28` is an unused index from `eeconfig.h`. If you want to set custom indicators, such as an LED for Caps Lock, or layer indication, you can use the `led_matrix_indicators_kb` or `led_matrix_indicators_user` function for that: ```c void led_matrix_indicators_kb(void) { - led_matrix_set_color(index, value); + led_matrix_set_value(index, value); } ```