You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, after some testing I found neither work with generic tasks. So I have to give up embassy task. The only option seems to be join all input device's run together:
// Implement the input device for RotaryEncoderstructRotaryEncoder{}implInputDeviceforRotaryEncoder{...}
in user space:
let e1 = RotaryEncoder{};let e2 = RotaryEncoder{};join(run_rmk(),run_devices!(e1, e2)).await
RMK should support other input devices, like touchpad, encoder, joystick, etc.
roadmap:
keyboard.toml
#231keyboard.toml
support #232The text was updated successfully, but these errors were encountered: