Add virtual keyboard so touchpad can be toggled :/

This commit is contained in:
Luke
2020-04-21 16:01:44 +12:00
parent 53cc265bbd
commit 44fb0ee139
7 changed files with 171 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rog-lib"
version = "0.4.0"
version = "0.4.1"
authors = ["Luke <luke@ljones.dev>"]
edition = "2018"
@@ -14,4 +14,5 @@ sysfs-class = "0.1.2"
aho-corasick = "0.7"
thiserror = "1.0.15"
log = "0.4"
uhid-virt = "0.0.2"
uhid-virt = "0.0.2"
#keycode = "0.3"