I want to reprogram a volume knob like this example:
I want to use it for SDR Radio programs.
Assuming this is a USB HID device I should be able to re-assign the device "events" to do other things correct?
On FreeBSD what would be the best approach? DEVD conf file for the vid/pid and reassigning events?
Since all the SDR Programs use a GUI I could just focus on a ./xorg.conf.d/10-device.conf type config file instead.
What do you think? devd is like Linux udev ?
Linux version of instructions:
andrewmemory.wordpress.com
I want to use it for SDR Radio programs.
Assuming this is a USB HID device I should be able to re-assign the device "events" to do other things correct?
On FreeBSD what would be the best approach? DEVD conf file for the vid/pid and reassigning events?
Since all the SDR Programs use a GUI I could just focus on a ./xorg.conf.d/10-device.conf type config file instead.
What do you think? devd is like Linux udev ?
Linux version of instructions:
Mapping a USB volume knob into a keyboard on Linux for SDR
I recently discovered the existence of USB volume knobs. A Reddit user posted an article about reflashing the firmware on one to convert it to a keyboard. Inspired, I picked one up for $18 o…