[][src]Function wooting_rgb_sdk_sys::wooting_rgb_set_disconnected_cb

pub unsafe extern "C" fn wooting_rgb_set_disconnected_cb(cb: void_cb)

@brief Set callback for when a keyboard disconnects.

The callback will be called when a Wooting keyboard disconnects. The callback will only trigger after a failed color change.

@ingroup API @param cb The function pointer of the callback

@returns None.