Some cleanup

This commit is contained in:
2023-12-20 16:34:25 +01:00
parent 00b3b51b36
commit 7f6971b329
4 changed files with 64 additions and 33 deletions

View File

@ -41,7 +41,7 @@ pub mod button {
/// A usb keyboard button was pressed or released.
///
/// This is a lower-level event than a [SwitchEvent], as things like ModTap and Compose are
/// This is a lower-level event than a [switch::Event], as things like ModTap and Compose are
/// converted to Presses and Releases.
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum Event {