basic keyboard driver

This commit is contained in:
2025-06-18 19:17:27 -06:00
parent a9eb1fefcd
commit 6a6172b254
10 changed files with 3677 additions and 0 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2025-06-18"
components = ["rust-src", "rustfmt", "rust-lld"]
targets = ["thumbv6m-none-eabi"]