implement basic keyboard firmware for my 40% ortho prototype, along with debug display info

This commit is contained in:
2025-12-28 19:13:12 +01:00
parent a8b9d3d750
commit d24abc6db2
8 changed files with 745 additions and 191 deletions

View File

@@ -31,6 +31,12 @@ embassy-rp = { version = "0.4", features = ["defmt", "unstable-pac", "time-drive
embassy-usb = "0.4.0"
usbd-hid = "0.8.2"
embassy-futures = "0.1.2"
ssd1306 = "0.10.0"
embedded-graphics = "0.8.1"
heapless = "0.8"
static_cell = "2.1.1"
portable-atomic = { version = "1.13.0", features = ["unsafe-assume-single-core"] }
[profile.release]
debug = 2
lto = true