Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for bluetooth mouse #6

Open
Piero24 opened this issue Jun 9, 2022 · 1 comment
Open

Support for bluetooth mouse #6

Piero24 opened this issue Jun 9, 2022 · 1 comment

Comments

@Piero24
Copy link

Piero24 commented Jun 9, 2022

Hi @houkanshan, I was looking for a similar project to be able to use my magic keyboard and my magic mouse on a mac and a pc without having to redo the bluetooth paring every time.

I have a question is it possible to connect both devices or is only the keyboard supported? If the mouse is not supported, will it be supported in the future?

Congratulations again on the project

@houkanshan
Copy link
Owner

houkanshan commented Jun 9, 2022

Hi @Piero24 Thanks!
It only support keyboard now. But I believe won't be hard to support both. For the mouse support you'll need to

  1. add a parser for it. Like this https://github.com/felis/USB_Host_Shield_2.0/blob/master/examples/Bluetooth/BTHID/BTHID.ino#L44 .
  2. And a reporter like this https://github.com/NicoHood/HID/blob/master/examples/Mouse/ImprovedMouse/ImprovedMouse.ino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants