diff options
Diffstat (limited to 'quantum/process_keycode/process_magic.c')
| -rw-r--r-- | quantum/process_keycode/process_magic.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_magic.c b/quantum/process_keycode/process_magic.c index 5fafe8550f..3b35884d68 100644 --- a/quantum/process_keycode/process_magic.c +++ b/quantum/process_keycode/process_magic.c | |||
| @@ -14,8 +14,13 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "process_magic.h" | 16 | #include "process_magic.h" |
| 17 | #include "keycode_config.h" | ||
| 18 | #include "keycodes.h" | ||
| 19 | #include "eeconfig.h" | ||
| 17 | 20 | ||
| 18 | #ifdef AUDIO_ENABLE | 21 | #ifdef AUDIO_ENABLE |
| 22 | # include "audio.h" | ||
| 23 | |||
| 19 | # ifndef AG_NORM_SONG | 24 | # ifndef AG_NORM_SONG |
| 20 | # define AG_NORM_SONG SONG(AG_NORM_SOUND) | 25 | # define AG_NORM_SONG SONG(AG_NORM_SOUND) |
| 21 | # endif | 26 | # endif |
