diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-24 15:25:13 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-24 15:25:13 +0100 |
| commit | d295be457035b42c4451610c50e520c2fecead54 (patch) | |
| tree | 164f80e7c1ff9e7c9ad8d658743ae38bd4eac05e /src/machine/mod.rs | |
| parent | 625c9652007111ba4bfbc2787ebe579727eefdd2 (diff) | |
minimal support for keyctrl, not complete
Diffstat (limited to 'src/machine/mod.rs')
| -rw-r--r-- | src/machine/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/machine/mod.rs b/src/machine/mod.rs index 19adb3a..f272509 100644 --- a/src/machine/mod.rs +++ b/src/machine/mod.rs @@ -1,2 +1,5 @@ pub mod cgascr; pub mod mem; +pub mod keyctrl; +pub mod key; +mod kbd_defs; |
