fix: remove split_ir

This commit is contained in:
2025-04-10 19:33:54 +00:00
parent b10c797d52
commit b9a40d44a8
5 changed files with 6 additions and 37 deletions

View File

@ -203,7 +203,6 @@ impl Default for OngekiKeyboard {
#[derive(Deserialize, Serialize, Clone, Debug)]
pub struct ChunithmKeyboard {
pub split_ir: bool,
pub coin: i32,
pub svc: i32,
pub test: i32,
@ -214,7 +213,6 @@ pub struct ChunithmKeyboard {
impl Default for ChunithmKeyboard {
fn default() -> Self {
Self {
split_ir: false,
test: 0x70,
svc: 0x71,
coin: 0x72,