-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Analog module does not work #1062
Comments
This isn't a bug. The draft PR that implements that module isn't merged yet. |
the project you are referencing anyway made their own module that seem to be very application specific. and while it is interesting it is not likely something that would be merged into kmk for everyone. |
long term however the is work on analogio and gamepad HID so kmk being used for this application would definitely be a possibility in the future. (I kinda think a hotas controller would be cool now.... one project at a time....) |
@piman13 AFAIK gamepad HID does not support matrixes. At least i havent found info about it. And in my case (26 keys) matrix is mandatory. That the main problem here - to get some matrix library with joystick support. After some research and help on adafruit forums i came out with this code (based on analogio and adafruit_hid library):
https://forums.adafruit.com/viewtopic.php?p=1040009#p1040009 |
My goal is to create gaming keypad with joystick and 26 keys similar to Razer Tartarus, Hori TAC, Azeron Cyborg, Saitek PZ31a etc. Im using Pi Pico (for prototyping) and later will use Pi Zero.
Im following this
https://github.com/LennartEd/Analog-WASD-Keyboard-kmk-pi-pico-rp2040/blob/main/README.md
I want to use my joystick the same way author did - by assigning WASD to it.
I adjusted my code so it looks like this:
Unfortunately im geting an error:
Is there other way to achieve what i want?
The text was updated successfully, but these errors were encountered: