mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Move DBUS and keyboard reads on to tokio
This greatly improves throughput of per-key LED effects. Also add a cool-down timer in the main loop to adjust thread speed and prevent it running at maximum speed.
This commit is contained in:
@@ -28,6 +28,4 @@ thiserror = "^1.0.15"
|
||||
log = "^0.4.8"
|
||||
uhid-virt = "^0.0.4"
|
||||
#keycode = "0.3"
|
||||
env_logger = "^0.7.1"
|
||||
|
||||
async-trait = "0.1.30"
|
||||
env_logger = "^0.7.1"
|
||||
Reference in New Issue
Block a user