Help me plese with this stupid problem

I have a arduino leonardo and i want to emulate a keyboard in Croatian!
But i cant find a way to change the layout from American keyboard to Croatian.
For example "z" becomes "y", ":" to "Č" and more.
Please help for god sake.
Why cant i change the keyboard layout arduino??

... but Arduino Leonardo has no keyboard.

If you are asking about the Keyboard library, there are files in the library mapping characters to the actual keyboard code, you will likely need to create your own mapping file for Croatian.

Welcome to the forum @xxx_cyberkid_xxx ,

looks like it defaults to US..

void begin(const uint8_t *layout = KeyboardLayout_en_US);

and yes like @david_2018 states, you will need to make a KeyboardLayout file..
check your keyboard lib folder..

Keyboard Source

good luck.. ~q

I found a website which translates stuff automaticly.
its https://duckify.huhn.me/ .
anyways thanks

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.