diff options
| author | Joel Challis | 2023-01-30 21:40:12 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-30 21:40:12 +0100 |
| commit | d84a7351ea965010ea51a2c9410add0f4e0306de (patch) | |
| tree | 1a7b7e70342324869934be544bbaf66f875cbd0f /quantum/quantum.h | |
| parent | f6dd8dea2e493dc549a60fee99de871c4088d09a (diff) | |
Strip out more of config_common (#19722)
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index c8dfdeca75..615ec2382c 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -42,7 +42,6 @@ #include "bootmagic.h" #include "timer.h" #include "sync_timer.h" -#include "config_common.h" #include "gpio.h" #include "atomic_util.h" #include "led.h" @@ -75,6 +74,7 @@ extern layer_state_t layer_state; #ifdef AUDIO_ENABLE # include "audio.h" # include "process_audio.h" +# include "song_list.h" # ifdef AUDIO_CLICKY # include "process_clicky.h" # endif |