1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-04-15 17:20:12 +00:00
commit 1629c9b71a

View file

@ -65,8 +65,6 @@ bool led_update_kb(led_t led_state) {
wait_ms(10); // gets rid of tick wait_ms(10); // gets rid of tick
if (!is_playing_notes())
{
if (led_state.caps_lock && !old_led_state.caps_lock) if (led_state.caps_lock && !old_led_state.caps_lock)
{ {
PLAY_SONG(tone_caps_on); PLAY_SONG(tone_caps_on);
@ -91,7 +89,6 @@ bool led_update_kb(led_t led_state) {
{ {
PLAY_SONG(tone_scroll_off); PLAY_SONG(tone_scroll_off);
} }
}
old_led_state = led_state; old_led_state = led_state;
#endif // AUDIO_ENABLE #endif // AUDIO_ENABLE