#keyboard #embedded-devices #bare-metal #keyboard-layout #no-std

nightly no-std kll-core

KLL state-machine implementation focused on no_std embedded/bare-metal targets

9 releases

0.1.8 May 19, 2023
0.1.7 Nov 29, 2022
0.1.4 Jun 5, 2022
0.1.2 May 22, 2022
0.1.0 Apr 30, 2022

#2022 in Embedded development

Download history 13/week @ 2023-12-14 10/week @ 2023-12-21 6/week @ 2023-12-28 9/week @ 2024-01-04 17/week @ 2024-01-11 8/week @ 2024-01-18 5/week @ 2024-02-01 17/week @ 2024-02-08 28/week @ 2024-02-15 35/week @ 2024-02-22 31/week @ 2024-02-29 39/week @ 2024-03-07 29/week @ 2024-03-14 38/week @ 2024-03-21 54/week @ 2024-03-28

166 downloads per month
Used in 11 crates (7 directly)

MIT/Apache

170KB
4K SLoC

kll-core

Rust docs.rs Crates.io Crates.io Crates.io

kll-core is the KLL (Kiibohd Layout Language) funcitonal state machine implementation. It is designed to be paired with the kll-compiler crate to process the generate state machine.

The main use-case for kll-core is embedded environments (no_std); however, it does work in standard environments. kll-core uses externally defined datastructures to build the state-machine so the functionality can be manipulated without having to recompile kll-core. This is especially important for embedded devices so firmware can be updated without having to change state configuration.

Usage

See kiibohd-firmware for the primary use-case.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2.5MB
~51K SLoC