Skip to content
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

Keyball61 on rp2040 #572

Closed
idank opened this issue May 2, 2024 · 3 comments
Closed

Keyball61 on rp2040 #572

idank opened this issue May 2, 2024 · 3 comments

Comments

@idank
Copy link

idank commented May 2, 2024

Hi,

I previously had success with Keyball44 conversion to rp2040, and now I tried to convert Keyball61 and run into some issues. I tried to disable all features and just test the keyboard matrix and got stuck there where no key presses are registered. I noticed Keyball61 uses custom matrix scanning code called "duplexmatrix" and this is my first suspect where the compatibility issue might be. @koron I see you write this code, any idea why this wouldn't work on rp2040? To rule out soldering issue, I tested the keyboard with pro micro and it is working.

Here are the changes I made to the firmware to compile it for rp2040: idank/qmk_firmware@ef9a3dc

The same repo has working rp2040 Keyball44 firmware.

@idank
Copy link
Author

idank commented May 5, 2024

I managed to solve it by modernizing the matrix scanning code, see idank/qmk_firmware@c78580f.

@idank idank closed this as completed May 5, 2024
@carlos-gtz
Copy link

@idank , what are the changes needed for the keyball44 to work with rp2040?

@idank
Copy link
Author

idank commented Jun 6, 2024

You can find a working firmware on my clone https://github.com/idank/qmk_firmware/tree/dev-rp2040/keyboards/keyball

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants