Skip to content

Commit

Permalink
wilba_tech: allow keymaps to override backlight_effect_indicators() (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyKeeper committed Oct 21, 2022
1 parent f97ef22 commit 374d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/wilba_tech/wt_rgb_backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down

0 comments on commit 374d5d7

Please sign in to comment.