Tool/software:
Hello!
I have encountered a bug where, in between a correct key press and key release event, I would get a false key press and key release. This does not always happen, and when it does, it is very brief. Not only this, but I only see this duplicate key only when pressing a particular key.
As an example, with keycode:
- 129
- 130
- 2
- 1
129 and 1 should be the only keycode, but 130 and 2 would be produced falsely.
I set the KP_GPIO to 1s for Matrix, GPI_EM to 0s, GPIO_INT_EN to 0s, DEBOUNCE to 0s to enable, and CFG to 0x19.
If anyone has encountered this issue before, or knows what the problem could be, I would appreciate any input. Thanks!
