ESP32KeyBridge

Bridge keyboard input to keyboard output on ESP32: remap, layers, macros, and layout conversion in between.

Author
TANAKA Masayuki
Website
https://github.com/tanakamasayuki/ESP32KeyBridge
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
esp32

ESP32KeyBridge sits between a keyboard and the machine that reads it. It takes input from USB Host keyboards, mice, gamepads and MIDI devices, BLE or Bluetooth Classic HID keyboards and mice, GPIO switches, key matrices and rotary encoders, normalizes it into one key model, merges several inputs into one, applies single-step remapping across key kinds, momentary layers, disabled keys, text macros and keyboard layout conversion, and writes the result to USB Device HID, BLE or Classic HID, or a serial Print. The core is portable C++ with no Arduino, ESP-IDF or hardware dependency; adapters are header-only, so a sketch needs EspUsbHost, EspUsbDevice or EspBle only for the adapters it includes. Bluetooth Classic is available only on the original ESP32.

Downloads

Filename Release Date File Size
ESP32KeyBridge-1.0.1.zip 2026-09-01 277.25 KiB
ESP32KeyBridge-1.0.0.zip 2026-08-11 219.08 KiB