Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix call order of encoder_init in keyboard_init
encoder_init initializes thisCount which is used in encoder_state_raw memcpy. quantum_init was calling encoder_state_raw though the initialization of bootmatgic calling matrix_scan. This caused undefined behavior resulting in bad values being sent over transport. Adjusting the call order of encoder_init allows for correct behavior of encoder_state_raw
- Loading branch information