10 years, 10 months ago.

set te mbed keyboard in azerty mode?

is there a way to set the mbed keyboard to a azerty. at this moment it write "Hello Zorld fro, ?bed" and not "hello World from Mbed"

Question relating to:

1 Answer

10 years, 10 months ago.

Currently I think you would need to fork the mbed official library USBDevice.

USBKeyboard.cpp defines a keymap that you could overwrite.

If you're happy with your fork when you're done consider sending a pull request and your changes may get integrated into the official library.