I have an application where I am using Pro Micro at keyboard replacement. Got it to work perfectly on development PC, I am now looking to roll out to many PCs and that is where I have an issue.
How can I make it appear to a PC ONLY as a keyboard so that Windows sees it as an HID and installs keyboard driver? or setup a small install EXE program that just installs the required USB drivers?
At the moment it appears as Arduino and requires IDE to be installed on PC for the keyboard to work.