Files
Momentum-Firmware/documentation/BadUSBLayouts.md
MX 7256c3acf0 second line needs to be copied separately
removing info about second line for now, fixing later
2022-08-02 03:40:22 +03:00

762 B

BadUSB support for different layouts:

Author: v1nc

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)
  • 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