Replies: 2 comments 3 replies
-
|
I suspect the answer is probably "no" unless it can be configured as a MIDI HID device...? Do you have a link for it or a specification or something? Kevin |
Beta Was this translation helpful? Give feedback.
-
|
Since it says "driver-free" I assume it is a HID device. But which HID device supports a rotary encoder? Maybe it is simulating a mouse or joystick for that? So maybe, just maybe something could be done with https://github.com/rsta2/circle/blob/master/lib/usb/usbgamepadstandard.cpp or https://github.com/rsta2/circle/blob/master/lib/input/mouse.cpp. But it would require to have such a device to test which. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This

This macro keyboard looks very useful, with 3 keys and a rotary encoder. It seems like it can be connected to a PC via USB, and you can program what output it will produce when you press the key. Wouldn't it be easy to use? Has anyone tried it?
Beta Was this translation helpful? Give feedback.
All reactions