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
src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}