Skip to content

Commit

Permalink
Update from ESP32-BLE-Keyboard library - Fixed MediaKeys releasing on…
Browse files Browse the repository at this point in the history
… ReleaseAll
  • Loading branch information
KlausMu committed Jun 22, 2024
1 parent cbeacbb commit 295064e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ void BleKeyboard::releaseAll(void)
_mediaKeyReport[0] = 0;
_mediaKeyReport[1] = 0;
sendReport(&_keyReport);
sendReport(&_mediaKeyReport);
}

size_t BleKeyboard::write(uint8_t c)
Expand Down

0 comments on commit 295064e

Please sign in to comment.