-
Notifications
You must be signed in to change notification settings - Fork 137
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
Command-line Tool #176
Comments
You need the Python There are some OS-specific instructions here: https://pypi.org/project/hid/ I've tried it on Ubuntu and macOS, not sure about Windows. Then to load a configuration you would do:
This works if there's exactly one HID Remapper connected. If you want to configure multiple devices at the same time you'd have to slightly modify the scripts. |
Thanks, I'm going to try with one device on my mac, and see if I can modify it. |
On Mac I've had success using MacPorts and installing the module with |
Just commenting on how I got it working on pop-os (ubuntu based). I needed to create a virtual environment, install system packages, install the install packages
Use micromamba to create an environment (could do this with conda or venv)
Run the
Is there a good documentation of what the 'target_usage' and 'source_usage' mean? I just had to remember how I'd set it on the web config from a windows device. |
Some labels are in usages.js, in general they're defined here: |
Can I make a request for a YouTube video showing how you can use the command-line tool? I've used the web-based tool, and appreciate it, but I'd like to work up a python automation script that could flash multiple devices at once. (think of a classroom of individual student devices).
The text was updated successfully, but these errors were encountered: