zzeneg / qmk-hid-host

MIT License
36 stars 14 forks source link

OSX version would be great #1

Open TildeWill opened 1 year ago

TildeWill commented 1 year ago

I just assembled a Stront and I realized I had misread the text and thought OSX was already supported 😢 . If it isn't too much trouble to build a mac binary I'd be happy to test it out.

zzeneg commented 1 year ago

Hey, unfortunately it's not easy, as currently I use Windows-specific code to get layout/volume/media info. So I have to develop similar functionality for OSX which is hard without Mac... I'll add it to my todo list but I can't promise any ETA, sorry.

suhanovv commented 2 months ago

Hey, I've added basic support for osx https://github.com/zzeneg/qmk-hid-host/pull/5

suhanovv commented 1 month ago

Also added volume level tracking https://github.com/zzeneg/qmk-hid-host/pull/6