mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-19 05:35:40 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
c4ffce8b9d
@ -2417,7 +2417,7 @@ void backlight_effect_indicators_set_colors( uint8_t index, HS color )
|
|||||||
|
|
||||||
// This runs after another backlight effect and replaces
|
// This runs after another backlight effect and replaces
|
||||||
// colors already set
|
// 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 )
|
if ( g_config.caps_lock_indicator.index != 255 && host_keyboard_led_state().caps_lock )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user