go-hidproxy
go-hidproxy copied to clipboard
Proxies Bluetooth keyboards and mouse as HID devices (eg. with Raspberry Zero Pi W)
Hello, I am trying to add, that the Status LEDs of the keyboard will be switched on/off accordingly. Do you have an idea what is wrong in this example: binary.Write(dev.File,...
Hello, I currently try to build the project with the recommended go version. I get the following error: go/src/github.com/jochenvg/go-udev/monitor.go:18:2: found packages unix (affinity_linux.go) and main (mkasm.go) in /home/thomas/go/src/golang.org/x/sys/unix Thank you!
ESP32-C3/S3 has all the needed to make such proxy.
Hi, just came across this project and followed the instructions but am not able to build with go as its returning too many errors like undefined unsafe slice or syntax...
Hello. First of all, thank you for this awesome project. I have been using it for a month now and it works awesome. There is one issue though, it sends...
Mouse (trackpad) seems to smoothly track left and right however it doesn't move vertically except for the occasional large jump, any only then when I move the cursor perfectly vertically....
Hello, I am using a fairly old keyboard and some special keys are not working. Is there a way to add the scancodes for more keys to the program? For...
Hi, I note that, though the media keys are mapped in main.go, and though I mapped a few more of them, none are passed through to the host or have...