pub async fn set_fn_lock(
backend: &dyn HidBackend,
route: &DeviceRoute,
on: bool,
) -> Result<(), WriteError>Expand description
Write the keyboard’s Fn-lock state: true = F-row sends F1–F12 directly.
pub async fn set_fn_lock(
backend: &dyn HidBackend,
route: &DeviceRoute,
on: bool,
) -> Result<(), WriteError>Write the keyboard’s Fn-lock state: true = F-row sends F1–F12 directly.