diff options
| author | QMK Bot <hello@qmk.fm> | 2020-12-11 02:46:19 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-12-11 02:46:19 +0000 |
| commit | fdfcce57e1c46765e0aebf37ad3d9611a7384241 (patch) | |
| tree | 9524405fef6cc3b16965517735dc0ef315f67ab1 /quantum/fauxclicky.c | |
| parent | ed76f4394fd95413f7da11e2342b0965182ccb95 (diff) | |
| parent | 501f2fdef115314713e94428d409e5c3b5bfc1c2 (diff) | |
| download | qmk_firmware-fdfcce57e1c46765e0aebf37ad3d9611a7384241.tar.gz qmk_firmware-fdfcce57e1c46765e0aebf37ad3d9611a7384241.zip | |
Merge remote-tracking branch 'origin/master' into develop
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; |
