Skip to content

Commit 9c077d9

Browse files
committed
Detect CH552.
1 parent fb05efe commit 9c077d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

SerialPrograms/Source/Controllers/SerialPABotBase/SerialPABotBase.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,16 @@ const std::map<
160160
}},
161161
}},
162162
}},
163+
{2025042000, {
164+
{PABB_PID_PABOTBASE_CH552, {
165+
{ControllerType::NintendoSwitch_WiredProController, {
166+
ControllerFeature::TickPrecise,
167+
ControllerFeature::QueryCommandQueueSize,
168+
ControllerFeature::NintendoSwitch_ProController,
169+
ControllerFeature::NintendoSwitch_DateSkip,
170+
}},
171+
}},
172+
}},
163173
};
164174

165175

0 commit comments

Comments
 (0)