How to Useuse Arduino to Createcreate a Programmable Keyboardprogrammable keyboard?
I want to connect a USB keyboard to my Arduino and then connect my Arduino to my computer via USB so that my Arduino is recognized as a keyboard. This will allow me to remap the keys.
Required Hardwarehardware for This Setupthis setup:
[Keyboard] -> [A[rduinoArduino (As Virtual Keyboard)] -> [Computer]
The goal is to achieve this configuration as cheaply as possible. 😀
- Arduino Pro Micro Arduino Pro Micro, that useuses the ATmega32u4 chip atmega32u4, and that can do communication by USB as a virtual keyboard.
- USB HOST USB host board like this to get ANOTHERANOTHER USB connection, to which I can connect the real keyboard.