Skip to content

Commit 9b86ded

Browse files
committed
Use new common-bios.
Now we can use pc-keyboard layouts, which is easier than reimplmenting them from scratch.
1 parent f2a26b9 commit 9b86ded

File tree

3 files changed

+45
-627
lines changed

3 files changed

+45
-627
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ panic = "abort"
3737
panic = "abort"
3838

3939
[dependencies]
40-
neotron-common-bios = "0.7"
40+
neotron-common-bios = "0.8"
41+
pc-keyboard = "0.7"
4142
r0 = "1.0"
4243
postcard = "0.5"
4344
serde = { version = "1.0", default-features = false }

0 commit comments

Comments
 (0)