Closed real-felix closed 1 year ago
You cannot open Keyboard/Mouse devices with HIDAPI on Windows/macOS - operating system doesn't allow that. If you do want to open a Mouse/Keyboard - you need to use OS API. The only alternative - detach kernel driver, which is not trivial on macOS in general.
Oh, and please see #468.
Oh, OK, thank you. Maybe you should archived the repo, so that it's obvious it's unmaintained.
Maybe you should archived the repo
I wish I could. The only owner of the repo is not answering for years now.
Hello, I'm writing a keyboard firmware, and I'm debugging the official one to see how it works. For some reason, it yields 5 entrie:
When I try and listen to the first one, it works correcly:
This obviously isn't the one for the keyboard, because it doesn't react to me pressing a key (always 0 bytes).
I tried opening the 2nd one:
But it fails without detail. How can I know what happens here? My goal is to be able to see the keyboard's reports. Thanks by advance!