Move dip switch init to back of the init process (#9233)
This commit is contained in:
committed by
Drashna Jael're
parent
1cf68dffd4
commit
c759836a16
@@ -643,9 +643,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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user