Refactor keyboarg lights

This commit is contained in:
2024-02-10 14:48:18 +01:00
parent 4f8ed8c10f
commit 9892ae1d70
7 changed files with 334 additions and 183 deletions

View File

@ -37,6 +37,8 @@ critical-section = "1.1.1"
crc-any = "2.4.3"
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
bytemuck = { version = "1.13.1", features = ["derive"] }
libm = "0.2.8"
glam = { version = "0.25.0", default-features = false, features = ["libm"] }
[target.'cfg(target_arch = "x86_64")'.dependencies]
embassy-executor = { version = "0.5.0", features = ["arch-std"] }