aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index a780ed43d..75df357d3 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -623,9 +623,6 @@ void matrix_init_quantum() {
623#ifdef OUTPUT_AUTO_ENABLE 623#ifdef OUTPUT_AUTO_ENABLE
624 set_output(OUTPUT_AUTO); 624 set_output(OUTPUT_AUTO);
625#endif 625#endif
626#ifdef DIP_SWITCH_ENABLE
627 dip_switch_init();
628#endif
629 626
630 matrix_init_kb(); 627 matrix_init_kb();
631} 628}