omriharel / deej

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

Home Page:https://deej.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bind buttons to change output device/media controls

mat-tgn opened this issue · comments

is possible to bind a button to output device change / next / prev ?

Hi @mat-tgn, thanks for writing. Button support isn't currently built into deej - there are future plans to eventually include it, but nothing that's fully solidified yet.

In the meantime you can either use a board with HID support to act as a keyboard extension (this can run side-by-side with the original version of deej, as HID and serial don't conflict with one another - but you do need to essentially build your own Arduino sketch that handles both of these parts) - or a fork which adds this to the serial interface such as the one linked above by @mkotek.