I recently bought a Pro Micro, for the HID capabilities, and I have had a slight problem. I live in Germany, most computer keyboard layouts are German, and so I want to configure it to type for a German keyboard layout. When using Arduino IDE, by default it configures it to type in English, but I need it to be German. I am trying to create a Rubber Ducky. For those unsure what that is, take a look at this video:
This means that I am typing in Duckyscript (the script used to program the Rubber Ducky). I am already familiar with it but I do not know how to code in Arduino Script. I have been using converters
(Duckyscript - Arduino Script). I have found one that works for English keyboard layouts:
But I need one for German, I tried this one, that lets you choose the language:
https://nurrl.github.io/Duckuino/
But it still doesn't work. Anyone know how I can fix this?
Anything would be a great help! Thank you!