We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in https://github.com/joric/qmk/blob/nrf52-jorne/tmk_core/protocol/nrf/matrix.c#L184 matrix_init_user() is called instead of the normal call chain of matrix_init_quantum -> matrix_init_kb -> matrix_init_user.
This forces keyboards to use the matrix_init_user() method instead of matrix_init_kb, and robs users from configuring their own init funcs.
I'll make a pull request for this.
The text was updated successfully, but these errors were encountered:
Call matrix_init_quantum from matrix_init instead of matrix_init_user
638693b
Makes the behavior identical to non-NRF QMK. Fixes joric#6
merged
Sorry, something went wrong.
No branches or pull requests
in https://github.com/joric/qmk/blob/nrf52-jorne/tmk_core/protocol/nrf/matrix.c#L184 matrix_init_user() is called instead of the normal call chain of matrix_init_quantum -> matrix_init_kb -> matrix_init_user.
This forces keyboards to use the matrix_init_user() method instead of matrix_init_kb, and robs users from configuring their own init funcs.
I'll make a pull request for this.
The text was updated successfully, but these errors were encountered: