From 4e3d1fa7fa43fee20dc417472507e0c7fdaf1c2b Mon Sep 17 00:00:00 2001 From: nazo6 Date: Tue, 12 Nov 2024 15:24:49 +0900 Subject: [PATCH] fix: fix test --- lib/rktk-keymanager/src/state/config.rs | 2 -- 1 file changed, 2 deletions(-) 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;