From 374d5d74804e0a99d93c3685f63f9f709b6ded22 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 21 Oct 2022 07:25:01 -0600 Subject: wilba_tech: allow keymaps to override backlight_effect_indicators() (#18791) --- keyboards/wilba_tech/wt_rgb_backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/wilba_tech/wt_rgb_backlight.c') diff --git a/keyboards/wilba_tech/wt_rgb_backlight.c b/keyboards/wilba_tech/wt_rgb_backlight.c index d093488fbf..c82f86304c 100644 --- a/keyboards/wilba_tech/wt_rgb_backlight.c +++ b/keyboards/wilba_tech/wt_rgb_backlight.c @@ -2417,7 +2417,7 @@ void backlight_effect_indicators_set_colors( uint8_t index, HS color ) // This runs after another backlight effect and replaces // colors already set -void backlight_effect_indicators(void) +__attribute__ ((weak)) void backlight_effect_indicators(void) { if ( g_config.caps_lock_indicator.index != 255 && host_keyboard_led_state().caps_lock ) { -- cgit v1.2.3