pimoroni / keybow-firmware

Keybow Firmware for the Raspberry Pi Zero
Other
182 stars 67 forks source link

Support emulating Mouse Input #72

Closed Jdecay closed 3 years ago

Jdecay commented 3 years ago

Hi there, i just recently bought my Keybow and i was wondering if it is possible to emulate mouse movement via Keybow. The Device is recognized as a Generic HID and there a keyboards with embedded trackpads. I would like to emulate Mouse Movement via pressing a Button (Like Cursor Keys on the Keyboard but for the Mouse Pointer), This could be achieved by requiring the windows api ("winapi by Steve Donovan") or something similar. I tried this by adding the library to the SD Card and requiring it in the custom layout but i get no Feedback (as in Debug Information or LUA Errors). It seems that the Operations fail.

I don't know if this Project is maintained anymore. But any help would be greatly appreciated.

Gadgetoid commented 3 years ago

See: https://github.com/pimoroni/keybow-firmware/blob/master/sdcard/layouts/mouse.lua

Jdecay commented 3 years ago

I am terribly sorry to have wasted your time. Thank you. Classical RTFM