wilba_tech: allow keymaps to override backlight_effect_indicators() (#18791)

pull/18800/head
Selene ToyKeeper 2022-10-21 07:25:01 -06:00 committed by GitHub
parent f97ef22873
commit 374d5d7480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{