use rmk_types::action::KeyAction;
use rmk_types::modifier::ModifierCombination;
#[derive(Copy, Clone, Debug)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct ActiveFork {
pub(crate) replacement: KeyAction, pub(crate) suppress: ModifierCombination, }