diff --git a/crates/fretwire-protocol/src/settings.rs b/crates/fretwire-protocol/src/settings.rs index 95f1e23..ed21080 100644 --- a/crates/fretwire-protocol/src/settings.rs +++ b/crates/fretwire-protocol/src/settings.rs @@ -282,10 +282,7 @@ pub const SETTINGS: &[Setting] = &[ // [XL] name: "Return Type", group: "Ins/Outs", - kind: Kind::Flag { - on: "Aux In", - off: "Return", - }, + kind: Kind::Choice(&[(0, "Return"), (1, "Aux In")]), }, Setting { id: 156,