1
0
Fork 0

Move dip switch init to back of the init process (#9233)

This commit is contained in:
Drashna Jael're 2020-06-02 16:32:02 -07:00 committed by GitHub
parent eefc05e078
commit 1110fe6c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -630,9 +630,6 @@ void matrix_init_quantum() {
#ifdef OUTPUT_AUTO_ENABLE
set_output(OUTPUT_AUTO);
#endif
#ifdef DIP_SWITCH_ENABLE
dip_switch_init();
#endif
matrix_init_kb();
}