summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron
diff options
context:
space:
mode:
authorJordan Kohl <jordan.kohl@extendhealth.com>2023-04-10 13:50:10 -0600
committerJordan Kohl <jordan.kohl@extendhealth.com>2023-04-10 13:50:10 -0600
commitc37a022656276a820aaafd2b032693033fb95e14 (patch)
treeb80a120d0b6914fcdc56d978f06da8a22eb8ff12 /keyboards/keychron
parentb2f55d3142b5c2fbdff83b0cd7b59f1eae0fe5f4 (diff)
Allow override of `led_update_*` at user level
Diffstat (limited to 'keyboards/keychron')
-rwxr-xr-xkeyboards/keychron/bluetooth/indicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/bluetooth/indicator.c b/keyboards/keychron/bluetooth/indicator.c
index d4644dbd0c..7a6a54510c 100755
--- a/keyboards/keychron/bluetooth/indicator.c
+++ b/keyboards/keychron/bluetooth/indicator.c
@@ -558,7 +558,7 @@ bool LED_INDICATORS_KB(void) {
return false;
}
-bool led_update_user(led_t led_state) {
+bool led_update_kb(led_t led_state) {
if (!LED_DRIVER_IS_ENABLED()) {
# if defined(LED_MATRIX_DRIVER_SHUTDOWN_ENABLE) || defined(RGB_MATRIX_DRIVER_SHUTDOWN_ENABLE)
LED_DRIVER.exit_shutdown();