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) |
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 a57e2ed075..53499c9c1e 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/>. #include <avr/interrupt.h> #include <avr/io.h> -#include <timer.h> -#include <fauxclicky.h> +#include "timer.h" +#include "fauxclicky.h" #include <stdbool.h> -#include <musical_notes.h> +#include "musical_notes.h" bool fauxclicky_enabled = true; uint16_t note_start = 0; |