mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-25 08:31:27 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1629c9b71a
@ -65,8 +65,6 @@ bool led_update_kb(led_t led_state) {
|
||||
|
||||
wait_ms(10); // gets rid of tick
|
||||
|
||||
if (!is_playing_notes())
|
||||
{
|
||||
if (led_state.caps_lock && !old_led_state.caps_lock)
|
||||
{
|
||||
PLAY_SONG(tone_caps_on);
|
||||
@ -91,7 +89,6 @@ bool led_update_kb(led_t led_state) {
|
||||
{
|
||||
PLAY_SONG(tone_scroll_off);
|
||||
}
|
||||
}
|
||||
|
||||
old_led_state = led_state;
|
||||
#endif // AUDIO_ENABLE
|
||||
|
Loading…
Reference in New Issue
Block a user