jmdmahdi / ESP32-USB-TO-BLE

This project involves the creation of a Bluetooth adapter using an ESP32, enabling wireless connectivity for USB keyboards and mice. By leveraging the ESP32's capabilities, users can effortlessly connect their input devices to various devices without the constraint of physical cables.
MIT License
40 stars 3 forks source link

Does this work with keyboard/mouse combo devices? #1

Open Gregregorovich opened 5 months ago

Gregregorovich commented 5 months ago

As the title says; being able to connect QMK keyboards with mouse functions like scroll, things like the BB Q20 keyboard with trackpad, or programmable mice would be ideal. Being able to connect two combo devices would be nice but I have no use case for the latter (yet).

jmdmahdi commented 4 months ago

Thanks for reaching out! I've included support for combo devices in the latest commit (85b032f2c17b42111ff060fb1ce65a52b07ddbe0). Now you can connect QMK keyboards with mouse functions seamlessly. Feel free to reach out if you have any questions or feedback!