I'm trying to make a device with just an analog stick and two buttons to use as a mouse, using zmk-analog-input-driver to no avail (other than getting the two mouse buttons working).
Link to the zmk config : https://github.com/heinn-dev/zmk-joy.
I'm using a nicenano clone. I wired up the joystick to P0.31 and P0.29 which I'm not sure if that translates to &adc 5 and 7 (according to the repo?) or 8 and 10 (A8 and A10 on the schematic). I've tried them all anyway.
I've tried setting up usb logging, and while I do receive messages for the button presses, I didn't get the analog values spam I was expecting from the joystick polling (seems to log nothing at all from it). I've also tried jumping ground to every other input pin just to check, and nothing showed up.
Do I have to use a different version / fork of zmk?
(tried using forks of similar zmk joystick projects with no luck)
I'm somewhat new to this so I think I'm just missing something obvious.