More work on VOK-00106

This commit is contained in:
Marc Riera 2023-04-28 23:26:41 +02:00
parent 9e8ec06667
commit 1c7eb05cab
2 changed files with 17 additions and 1 deletions

View file

@ -94,7 +94,8 @@ pub fn set_model(state: &ControllerState) -> Option<ControllerModel> {
/* else if state.button_a {
model_name = "VOK-00106";
model = ControllerModel::VOK00106;
} */
descriptors = (&vok00106::DEVICE_DESCRIPTOR, &vok00106::DESCRIPTORS, &vok00106::STRINGS);
} */
else {
println!("No controller selected.");
return None;