diff options
| author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-20 12:20:52 -0400 |
|---|---|---|
| committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-20 12:20:52 -0400 |
| commit | f6d1ce7863893e6dd0233c57f04b262f6808d78a (patch) | |
| tree | 723db2fdaff2ccf810a328511d7f54cbc568d326 /quantum/audio | |
| parent | f566125c6e29e3db62552c089428591d460ce583 (diff) | |
| parent | 44e098ef2d6c571cee9e5fa1b007b40f6289852f (diff) | |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/audio')
| -rw-r--r-- | quantum/audio/audio.c | 2 | ||||
| -rw-r--r-- | quantum/audio/audio_pwm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/quantum/audio/audio.c b/quantum/audio/audio.c index 3ca249fdf5..ead5fbf3e9 100644 --- a/quantum/audio/audio.c +++ b/quantum/audio/audio.c @@ -6,7 +6,7 @@ #include <avr/io.h> #include "print.h" #include "audio.h" -#include "keymap_common.h" +#include "keymap.h" #include "eeconfig.h" diff --git a/quantum/audio/audio_pwm.c b/quantum/audio/audio_pwm.c index 328a253a7e..f820eec1be 100644 --- a/quantum/audio/audio_pwm.c +++ b/quantum/audio/audio_pwm.c @@ -6,7 +6,7 @@ #include <avr/io.h> #include "print.h" #include "audio.h" -#include "keymap_common.h" +#include "keymap.h" #include "eeconfig.h" |
