xqinx / xobdox

A split keyboard designed to run zmk
MIT License
25 stars 3 forks source link

Would it be possible to use the joystick as an xbox joystick for the pc? #1

Open raj-palan opened 1 month ago

raj-palan commented 1 month ago

I'm trying to build a gaming keypad with a joystick, and that requires that the analog thumbstick is seen as game controller joystick. Thanks

xqinx commented 1 month ago

I'm trying to build a gaming keypad with a joystick, and that requires that the analog thumbstick is seen as game controller joystick.

Thanks

Yes it's possible to add generic joystick support in general. What you will need is to report as joystick over HID instead of mouse. For Xbox specifically you might want to do a little bit research and see if they have their own tweaks on what to report.

rp1231 commented 1 month ago

Thanks for your reply. Found this https://github.com/badjeff/zmk-hid-io for hid output by asking on the zmk discord.