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

Keyboard Matrix Problem #166

Closed
shzang opened this issue May 19, 2024 · 2 comments
Closed

Keyboard Matrix Problem #166

shzang opened this issue May 19, 2024 · 2 comments

Comments

@shzang
Copy link

shzang commented May 19, 2024

I am using the ch55xduino project to make a pad keyboard. At present, the hardware has been completed, but I found that the code of the keyboard in the project example is 3 keys. I found some projects on the network, and one pin corresponds to one key. I don't know how to write the matrix more efficiently. Can you provide some examples?

@shzang
Copy link
Author

shzang commented May 19, 2024

To add, the core of my pad keyboard is wch552g.

@DeqingSun
Copy link
Owner

Matrix key reading is a general electronic problem, and not specific to this repo. I do not have any code sample either. You should read how other people do matrix reading.

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