Fix audio on WT60-XT (#12526)

master
Wilba 2021-04-16 03:19:41 +10:00 committed by GitHub
parent a69616c45c
commit a8c013a145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 25 deletions

View File

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