spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.26k stars 295 forks source link

only us keyboard layout #99

Open AkiS4ki opened 5 years ago

AkiS4ki commented 5 years ago

In there any way to change the keyboard layout instead of typing a q to get an a on azerty because that is really annoying

TheMMcOfficial commented 4 years ago

If you build it yourself I will say kind "yes" but if you use a prebuild like the CJMCU-3212 board no...

Use this repo: https://github.com/spacehuhn/WiFiDuck

Be careful you will need to rewire the ESP8266 to the ATmega32u4. It's the reason you can't change the layout on a CJMCU-3212 without modifying the code.

TheMMcOfficial commented 4 years ago

You can also edit the keyboard.h file found in Arduino folder: ...\Arduino\libraries\Keyboard\src\Keyboard.cpp