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
zmkfirmware/zmk#2477 was recently merged upstream adding support for proper mouse emulation support (movement, scrolling alongside existing clicking). It would be great to add support for it.
The text was updated successfully, but these errors were encountered:
I agree, I should add them to the default config to be converted. Currently the problem is we have no defaults for raw_binding_map and I don't want to particularly add defaults there. I am planning to add a new field like zmk_behavior_param_map to generalize it, so you can map non-keycode parameters:
parse_config:
zmk_behavior_param_map:
'mmv': { MOVE_LEFT: Mouse Left , MOVE_RIGHT: Mouse Right }...
zmkfirmware/zmk#2477 was recently merged upstream adding support for proper mouse emulation support (movement, scrolling alongside existing clicking). It would be great to add support for it.
The text was updated successfully, but these errors were encountered: