diff options
Diffstat (limited to 'quantum/fauxclicky.c')
-rw-r--r-- | quantum/fauxclicky.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/fauxclicky.c b/quantum/fauxclicky.c index a57e2ed07..53499c9c1 100644 --- a/quantum/fauxclicky.c +++ b/quantum/fauxclicky.c | |||
@@ -15,10 +15,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
15 | 15 | ||
16 | #include <avr/interrupt.h> | 16 | #include <avr/interrupt.h> |
17 | #include <avr/io.h> | 17 | #include <avr/io.h> |
18 | #include <timer.h> | 18 | #include "timer.h" |
19 | #include <fauxclicky.h> | 19 | #include "fauxclicky.h" |
20 | #include <stdbool.h> | 20 | #include <stdbool.h> |
21 | #include <musical_notes.h> | 21 | #include "musical_notes.h" |
22 | 22 | ||
23 | bool fauxclicky_enabled = true; | 23 | bool fauxclicky_enabled = true; |
24 | uint16_t note_start = 0; | 24 | uint16_t note_start = 0; |