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
Hello, I am trying to set my scythe pedal as a play/pause button. I found the following:
Usage Page: 0x0C (Consumer Control)
Usage ID: 0xCD (Play/Pause)
but I am not sure how to specify this with the scythe command. Is this even possible?
The text was updated successfully, but these errors were encountered:
my very cursed, trial and error solution was manually changing the compile_mouse_button() to write
pedals[curr_pedal].keys[0].mod = 0xd0;
pedals[curr_pedal].keys[0].code = 3;
no idea why/how it worked, but after running the scythe2 command with -1 -b mouse_left, my pedal now sends the KEY_PLAYPAUSE signal I wanted
Hello, I am trying to set my scythe pedal as a play/pause button. I found the following:
Usage Page: 0x0C (Consumer Control)
Usage ID: 0xCD (Play/Pause)
but I am not sure how to specify this with the scythe command. Is this even possible?
The text was updated successfully, but these errors were encountered: