diff options
author | Selene ToyKeeper <ToyKeeper@users.noreply.github.com> | 2022-10-21 07:25:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 14:25:01 +0100 |
commit | 374d5d74804e0a99d93c3685f63f9f709b6ded22 (patch) | |
tree | 93d2dffc8ef9e47b340effc6f0fdd626469282b0 /keyboards/wilba_tech | |
parent | f97ef228730aa5037172ecdaa0887aa4f5e9d708 (diff) |
wilba_tech: allow keymaps to override backlight_effect_indicators() (#18791)
Diffstat (limited to 'keyboards/wilba_tech')
-rw-r--r-- | keyboards/wilba_tech/wt_rgb_backlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |