My goal is to create an external keyboard. This keyboard will be able to send key combiantions to the computer. Example: I will press one button, and it will send Ctrl + C. Now this works on my PC, but on my PC I have drivers installed for Arduino Micro. And I need this keyboard to work on others PCs too!
- Will it work on other PCs?
- What should I do to get this done?
- Is it even possible with arduino Pro Micro?
- Can somebody suggest me a better board to do it if this one has such troubles?
I can not not afford to tell my users "Install that, install that, click that, then it will work", I need solution: "Plug it in, and it will work". Pretty much like any normal keyboard. It should also cover different operating systems on PC, windows, linux, also raspberry,.. just like any normal keyboard.
I have written a program in C++ for Arduino Pro Micro, but it seems it has troubles about this. So I am really lost about this now. How can I solve this?