I'm trying to use an Arduino Pro Micro as a cheap Rubber Ducky. I want to use it on a PC that uses the Belgian AZERTY layout.
The problem is that Keyboard.h is not designed for AZERTY keyboards. When I use it on a PC set to QWERTY, it works fine. However, on AZERTY, some keys get mapped incorrectly. For example, typing "notepad" ends up as "notepqd". I could work around this by manually adjusting my code, but it becomes much more cumbersome when I need characters like : or /.
I’ve tried 4–5 other libraries that supposedly support AZERTY, but none were compatible with my board or my version of the Arduino IDE (2.3.6).
Does anyone know a reliable way to make Keyboard.h (or an alternative) work correctly with AZERTY layouts on a Pro Micro?