implement basic keyboard firmware for my 40% ortho prototype, along with debug display info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user