1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

badusb fix modifier keys with HOLD/RELEASE commands

by WillyJL
This commit is contained in:
MX
2025-07-07 17:55:14 +03:00
parent a547c946ab
commit 74f6ee1e7c
5 changed files with 28 additions and 6 deletions

View File

@@ -36,6 +36,7 @@
- SmartRider parser (by @jaylikesbunda)
* Apps: **Check out more Apps updates and fixes by following** [this link](https://github.com/xMasterX/all-the-plugins/commits/dev)
## Other changes
* BadUSB: Fix modifier keys with HOLD/RELEASE commands (by @WillyJL)
* Docs: Update doorhan programming instructions (by @li0ard)
* FuriHalSerial: Fix RXFNE interrupt hang, aka freezing with UART output when Expansion Modules are enabled (by @WillyJL)
* Expansion: add is_connected api (by @HaxSam & @WillyJL)