zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.68k stars 2.75k forks source link

Is there any plans to develop mouse key function? #319

Open BenzeneKim opened 3 years ago

BenzeneKim commented 3 years ago

Hello, I am a student who is planning to make a Bluetooth split mechanical keyboard soon. I think it has advantages in more ways than other open sources, so I'm going to develop it based on ZMK. I'd like to add a mouse function to my keyboard, so I'd like to know if there is a schedule for development of mouse functions.

petejohanson commented 3 years ago

Definitely plans, but no definitive timeline for when this will be worked on.

innovaker commented 3 years ago

@BenzeneKim, please talk to me on Discord if you're interested in contributing towards this. I probably have the best visibility of it currently.

kirilligum commented 1 year ago

@innovaker I'm also interested https://discord.com/channels/877392805654306816/937645688244826154/1156954192527753308 and happy to help. how hard is it? is it just adding the mouse movement code to a few files or something more complicated like writing a driver? qmk has that functionality. I just got glove80 and missing the mouse badly :-(

JeffDess commented 1 year ago

It's been on the works for a while now, but you can definitely run it now if you want with urob's fork. I've been using it myself for several months without issues. It does require some tweaking at first to get it right tough, but totally fine to use on your daily driver once you do. It'll sure be nice to have official support someday!

Vaisakhkm2625 commented 3 months ago

It's been on the works for a while now, but you can definitely run it now if you want with urob's fork. I've been using it myself for several months without issues. It does require some tweaking at first to get it right tough, but totally fine to use on your daily driver once you do. It'll sure be nice to have official support someday!

shoud i still use urob's fork? or has anymore work done on it since then?

caksoylar commented 3 months ago

See #2027.

Vaisakhkm2625 commented 3 months ago

See #2027.

thanks