Move away from matrix-based key layout

This commit is contained in:
2023-03-17 23:37:43 +01:00
parent 4e83970cc3
commit 5c154141d0
12 changed files with 384 additions and 269 deletions

3
src/util.rs Normal file
View File

@ -0,0 +1,3 @@
use embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex;
pub type CS = CriticalSectionRawMutex;