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

new badusb layout loading from microsd

by rien > dummy-decoy
This commit is contained in:
MX
2022-08-03 20:20:49 +03:00
parent 6c4974f184
commit 14f2b4f2f0
37 changed files with 285 additions and 801 deletions

View File

@@ -1,17 +0,0 @@
# BadUSB support for different layouts:
## Author: [v1nc](https://github.com/v1nc/flipperzero-firmware)
This firmware supports the `DUCKY_LANG` keyword to change the keyboard layout.
Add `DUCKY_LANG DE` to the first(!!!) line of the script to choose the layout.
Currently implemented:
* `US` = US (default)
* `DE` = German QWERTZ
* `FR` = AZERTY (based on [this](https://github.com/ikazeer/flipperzero-AZERTY))
* `HU` = Hungarian QWERTZ
**If you are writing payloads on windows you need to make sure EOL Conversion is set to LF Unix in your text editor and not windows CR LF. If you do not it will fail to run the payload.**
## How to add your own layout: [instruction](https://github.com/v1nc/flipperzero-firmware/blob/dev/documentation/HowToAddLayout.md)