浏览代码

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

Selene ToyKeeper 2 年之前
父节点
当前提交
374d5d7480
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keyboards/wilba_tech/wt_rgb_backlight.c

+ 1 - 1
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 )
     {