Are there any other Arduino boards with USB ports that also support the Keyboard.h library?
Good evening.
I've tinkered with a set of 4 switches/pedals to generate keyboard shortcuts on PC.
Everything works perfectly with a Chinese clone of Arduino Pro Micro.
Are there any other Arduino boards with USB ports that also support the Keyboard.h library?
I tried the Nano... Incompatible.
Thank you.
6 Replies
For your project, you can consider Arduino Leonardo or Arduino Micro. Both boards have USB ports and support the Keyboard.h library, allowing you to generate keyboard shortcuts on your PC, very similar to the Arduino Pro Micro but offer compatibility with the Keyboard.h library
Observe the Leanardo and Micro
@Marvee Amasi and Mega32u4-MU should work, right? 🤔
The violet solder mask goes wild
Well I am not sure if it uses the same ATmega32u4 microcontroller as the Arduino Leonardo and Arduino Micro
Solution
Unofficial board like ESP32S3 or RP2040 should work as well