ju-h4

Results 5 comments of ju-h4

@jessy-lua : Thanks for your post. Did you try this on windows or linux? Will keyboard work with that config too, or just mouse?

Finally managed it by extending the original rpi-hid.sh. You can add there several hid.usb's: ``` #!/usr/bin/env bash # Snippet from https://github.com/girst/hardpass-sendHID/blob/master/README.md . In which, the following notice was left: #...

Ah. Thanks, I completely overlooked the "preparation" point, my mistake. I'll try it out tonight and let you know if I've got it right.

Hey @CS1o, Unfortunately, it didn't work. I have upgraded the Python version, emptied the pip cache, deleted the venv folder (I could not find a .zluda folder, maybe because zluda...

Hey @CS1o, I fixed the issue. urllib, that was used in zluda_installer.py can be erratic on Windows see: https://github.com/python/cpython/issues/101738 I replaced it by using the python requests library: ``` python...