https://github.com/nn1ks/lokey
A firmware framework for input devices
https://github.com/nn1ks/lokey
embedded firmware framework keyboard keyboard-firmware rust
Last synced: about 1 month ago
JSON representation
A firmware framework for input devices
- Host: GitHub
- URL: https://github.com/nn1ks/lokey
- Owner: nn1ks
- License: apache-2.0
- Created: 2024-05-10T22:54:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T17:01:44.000Z (11 months ago)
- Last Synced: 2025-09-29T18:55:50.859Z (6 months ago)
- Topics: embedded, firmware, framework, keyboard, keyboard-firmware, rust
- Language: Rust
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Lokey
[](https://lokey.rs)
[](https://crates.io/crates/lokey)
[](https://docs.rs/lokey)
[](https://github.com/nn1ks/lokey#license)
Lokey is a firmware framework for input devices written in Rust.
---
Refer to the website for more information: https://lokey.rs
## Test
Run these commands to check the doc tests:
```
cargo test --doc -p lokey --features "nrf52840 defmt external-usb external-ble internal-ble" --target thumbv7em-none-eabihf
```
```
cargo test --doc -p lokey --features "rp2040 defmt external-usb external-ble internal-ble" --target thumbv6m-none-eabi
```
```
cargo test --doc -p lokey_keyboard --features "defmt external-usb external-ble" --target thumbv7em-none-eabihf
```
## License
Licensed under either of [Apache License, Version 2.0] or [MIT License] at your option.
[Apache License, Version 2.0]: https://github.com/nn1ks/lokey/blob/master/LICENSE-APACHE
[MIT License]: https://github.com/nn1ks/lokey/blob/master/LICENSE-MIT
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.