Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
676 stars 118 forks source link

it seems like that the keys near the row0 can not NKRO #13

Closed shownb closed 4 years ago

shownb commented 4 years ago

I tested a keyboard with project MK32 only one pad with col 3 row 5. connect to Mac OS.

_ col0 col1 col2
row0 1 2 3
row1 q w e
row2 a s d
row3 z x c
row4 l m n

it is impossible to press down 1 and 2 together at the same time. the same situation like "1 and 3" "2 and 3".

but it can press down 6 keys like z x c l m n at the same time. but more than 6 keys it is also impossible.

Galzai commented 4 years ago

I assume you have NKRO uncommented in the keyboard_config file? Is the keyboard wired properly? (the wiki has references for wiring guides). Is it col2row or row2col?

shownb commented 4 years ago

col2row and there are no problems with the wire. and I will try to find out what happen. you did a great job.thank you for sharing the code.you can close this issue.