Initial commit. Application is able to initialize HID and read from it. Furthermore, it contains a lookup table for all keys

This commit is contained in:
2018-07-10 23:36:20 +02:00
commit 426dd13ca3
6 changed files with 332 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# footswitch-rs
This repository contains a C to Rust translation of the GitHub repository [rgerganov/footswitch](https://github.com/rgerganov/footswitch).