Changes

QinHeng Electronics Foot Pedal

904 bytes added, 00:01, 22 December 2020
The following lines were added (+) and removed (-):
=== Linux ====== Linux and Mac ===Obtain the c source and compile.The programs are using the hidapi library and should work on Linux and OSX. To build on Linux:  sudo apt-get install libhidapi-dev git clone https://github.com/rgerganov/footswitch.git cd footswitch make sudo make install To build on OSX:  brew install hidapi git clone https://github.com/rgerganov/footswitch.git cd footswitch make sudo make install  Obtained the source and compiled.Command line utlities for programming PCsensor and Scythe foot switches. There is support for both single pedal devices and three pedal devices. Use the footswitch binary for the following combinations of vendorId:productId:    0c45:7403    0c45:7404    413d:2107Scythe switches with vendorId:productId=0426:3011 can be programmed with the scythe binary. You can find the vendorId and productId of your device using the lsusb command on Linux.The same kind of foot switches are used for building the popular VIM Clutch.
Administrator
662
edits