Skip to main content
Arduino

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Using Arduino Pro Micro as a Rubber Ducky AZERTY layout

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?

Answer*

Draft saved
Draft discarded
Cancel

AltStyle によって変換されたページ (->オリジナル) /