A command-line utility for PCsensor foot switches, written in Rust.
Go to file
Dennis 6fd43a14ed It is now possible to add mouse directions.
Furthermore, it is now possible to read keys, mousedirections, and
mousepedals on the same pedal with print_mouse_key(1)
2018-08-07 00:48:16 +02:00
src It is now possible to add mouse directions. 2018-08-07 00:48:16 +02:00
.gitignore Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00
Cargo.toml Added a module which nicely formats output to console. Fixes #4 2018-07-26 17:15:39 +02:00
LICENSE Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00
README.md Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys 2018-07-10 23:36:20 +02:00

footswitch-rs

This repository contains a C to Rust translation of the GitHub repository rgerganov/footswitch.