add keyboard-state program

This commit is contained in:
xunuwu 2025-06-17 20:00:01 +02:00
parent f4fcb11512
commit 5d4ba8fbab
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 308 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "keyboard-state"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
enumflags2 = "0.7.12"
hidapi = "2.6.3"