pub async fn get_smartshift_status(
backend: &dyn HidBackend,
route: &DeviceRoute,
) -> Result<SmartShiftStatus, WriteError>Expand description
Read the device’s current SmartShift mode + sensitivity — companion to
toggle_smartshift.
pub async fn get_smartshift_status(
backend: &dyn HidBackend,
route: &DeviceRoute,
) -> Result<SmartShiftStatus, WriteError>Read the device’s current SmartShift mode + sensitivity — companion to
toggle_smartshift.