Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MATRIX_HAS_GHOST when MATRIX_COL > 16
When MATRIX_COL > 16 get_real_keys() does not work correctly because the 1 << col overflows, since matrix_row_t is uint32_t. This causes keypresses to be lost on keyboards with more than 16 columns.
- Loading branch information