diff --git a/lib/rktk-keymanager/src/state/config.rs b/lib/rktk-keymanager/src/state/config.rs index df77146f..2eebddc0 100644 --- a/lib/rktk-keymanager/src/state/config.rs +++ b/lib/rktk-keymanager/src/state/config.rs @@ -50,7 +50,5 @@ pub struct KeymapInfo { pub(super) const MAX_TAP_DANCE_KEY_COUNT: u8 = 4; pub(super) const MAX_TAP_DANCE_REPEAT_COUNT: u8 = 8; -#[cfg(feature = "state")] pub(super) const ONESHOT_STATE_SIZE: u8 = 4; -#[cfg(feature = "state")] pub(super) const MAX_RESOLVED_KEY_COUNT: u8 = 64;