Implemented keyboard driver

This commit is contained in:
ZacJW 2025-07-13 19:19:07 +01:00
parent 2677534c8e
commit 4853df4cc9
3 changed files with 317 additions and 0 deletions

View file

@ -15,6 +15,8 @@ debug = true # Symbols are nice and they don't increase the size on Flash
opt-level = "z"
[dependencies]
bitflags = "2.9.1"
bitmask-enum = "2.2.5"
embedded-hal-bus = "0.3.0"
esp-hal = {version = "=1.0.0-beta.1", features = ["esp32s3", "unstable"]}
mipidsi = "0.9.0"