wifi_ducky icon indicating copy to clipboard operation
wifi_ducky copied to clipboard

only us keyboard layout

Open AkiS4ki opened this issue 5 years ago • 2 comments

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

AkiS4ki avatar May 22 '19 10:05 AkiS4ki

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 avatar Mar 12 '20 15:03 TheMMcOfficial

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

TheMMcOfficial avatar Mar 13 '20 17:03 TheMMcOfficial