diff options
| author | Drashna Jaelre <drashna@live.com> | 2020-06-02 16:32:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 00:32:02 +0100 |
| commit | 1110fe6c6f86a684ba098d9c87665887278b068a (patch) | |
| tree | 5ad3b5c6bc8a6eca8ca25462188351d8307e956f /quantum/quantum.c | |
| parent | eefc05e07849dec8587faba29f3708172d8c3218 (diff) | |
| download | qmk_firmware-1110fe6c6f86a684ba098d9c87665887278b068a.tar.gz qmk_firmware-1110fe6c6f86a684ba098d9c87665887278b068a.zip | |
Move dip switch init to back of the init process (#9233)
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 2053a1a5f..346ea4e03 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -630,9 +630,6 @@ void matrix_init_quantum() { | |||
| 630 | #ifdef OUTPUT_AUTO_ENABLE | 630 | #ifdef OUTPUT_AUTO_ENABLE |
| 631 | set_output(OUTPUT_AUTO); | 631 | set_output(OUTPUT_AUTO); |
| 632 | #endif | 632 | #endif |
| 633 | #ifdef DIP_SWITCH_ENABLE | ||
| 634 | dip_switch_init(); | ||
| 635 | #endif | ||
| 636 | 633 | ||
| 637 | matrix_init_kb(); | 634 | matrix_init_kb(); |
| 638 | } | 635 | } |
