kanata-keyberon 0.12.0

Pure Rust keyboard firmware. Fork intended for use with kanata.
Documentation
1
2
3
4
5
6
//! This is a fork intended for use by the [kanata keyboard remapper software](https://github.com/jtroo/kanata).
//! Please make contributions to the original project.

pub mod action;
pub mod key_code;
pub mod layout;