Radoslav Gerganov

Results 126 comments of Radoslav Gerganov

Sorry, I don't have a Windows machine so I can't help much. Maybe try to find some working examples of the `hidapi` library for Windows and try to adapt.

I reverse engineered the Windows app

In this particular case, I just decompiled the Windows binary (.NET app) and figured out the commands it sends. If you are interested into USB sniffing, you may take a...

Great! Could you please send a pull request?

I am not familiar with Gamepad but I guess you can try to connect it to a PC and sniff its keycodes with tools like `xev`. Then you can program...

Hm, I don't have this functionality with my switch. I guess this is something they have added in the newer versions. If anyone finds how to do this, patches are...

Can you post the Amazon link and the software download link?

I can give it a try if someone borrows me the hardware. Also if anyone else want to contribute this functionality, patches are welcome.

Great but I am not able to find a seller that ships this switch to Sofia, Bulgaria. Send me an email to rgerganov(at)gmail.com and we can think how to arrange...

I created a `six-buttons` branch with a simple change that I believe could work. Could you please give it a try: ``` $ git clone https://github.com/rgerganov/footswitch $ git checkout six-buttons...