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
We’ve been working on a serial API to allow software keyboards (mainly used in the field of assistive technology eg. By people using eyegaze on a windows pc). It fundamentally is a serial interface. https://github.com/AceCentre/RelayKeys/ one of our issues is to port to esp32.. so then I found zephyr..and then zmk. Is it possible to create a serial bus to zmk and allow us to create the software interface (eg see our docs for an idea https://docs.acecentre.org.uk/products/v/relaykeys/using-relaykeys )
The text was updated successfully, but these errors were encountered:
You could do this now using #1318 if you enable the shell over USB. But as that takes a key position index, it would mean either maintaining your keymap in both your application and ZMK, or having the full keycode set in the ZMK keymap. Better would be to add a new shell command that operates on keycodes directly.
that looks super neat. Thanks. I'll keep a track of that. Over USB would be nice - I see there is some hacking away at that. I think this is doable - our relaykeys project could be a good demo of that functionality
We’ve been working on a serial API to allow software keyboards (mainly used in the field of assistive technology eg. By people using eyegaze on a windows pc). It fundamentally is a serial interface. https://github.com/AceCentre/RelayKeys/ one of our issues is to port to esp32.. so then I found zephyr..and then zmk. Is it possible to create a serial bus to zmk and allow us to create the software interface (eg see our docs for an idea https://docs.acecentre.org.uk/products/v/relaykeys/using-relaykeys )
The text was updated successfully, but these errors were encountered: