From f33532764fc8a6b76df329575c72058b32be5b89 Mon Sep 17 00:00:00 2001 From: Dasky <32983009+daskygit@users.noreply.github.com> Date: Thu, 22 Jul 2021 17:39:27 +0100 Subject: [PATCH] [Keyboard][Bug] Add timer_avr to includes for broken builds (#13641) --- keyboards/fc660c/matrix.c | 1 + keyboards/fc980c/matrix.c | 1 + keyboards/hhkb/ansi/matrix.c | 1 + keyboards/hhkb/jp/matrix.c | 1 + 4 files changed, 4 insertions(+) diff --git a/keyboards/fc660c/matrix.c b/keyboards/fc660c/matrix.c index e6e49481046a3dd933670880e4b7ad69194aaac5..40d606f57221ec771e13bd2f4bdf1b478803bd33 100644 --- a/keyboards/fc660c/matrix.c +++ b/keyboards/fc660c/matrix.c @@ -28,6 +28,7 @@ along with this program. If not, see . #include "timer.h" #include "matrix.h" #include "led.h" +#include "avr/timer_avr.h" // Timer resolution check #if (1000000/TIMER_RAW_FREQ > 20) diff --git a/keyboards/fc980c/matrix.c b/keyboards/fc980c/matrix.c index 1126f3047ae795ef615df1208d561aa48f32dfe0..6cdd9cf42e9aaaa6681885333a1c24d287010f88 100644 --- a/keyboards/fc980c/matrix.c +++ b/keyboards/fc980c/matrix.c @@ -28,6 +28,7 @@ along with this program. If not, see . #include "timer.h" #include "matrix.h" #include "led.h" +#include "avr/timer_avr.h" // #include QMK_KEYBOARD_H diff --git a/keyboards/hhkb/ansi/matrix.c b/keyboards/hhkb/ansi/matrix.c index 879eb337cfaa686f0a873e269dff81afc61c0663..529ba8b8fc9fd7160075835cb5cab513093edfe1 100644 --- a/keyboards/hhkb/ansi/matrix.c +++ b/keyboards/hhkb/ansi/matrix.c @@ -26,6 +26,7 @@ along with this program. If not, see . #include "util.h" #include "timer.h" #include "matrix.h" +#include "avr/timer_avr.h" #include "hhkb_avr.h" #include #include "suspend.h" diff --git a/keyboards/hhkb/jp/matrix.c b/keyboards/hhkb/jp/matrix.c index fed2b3c3a92ed16af8fb62aa9add8bbc51135d9e..c0dca6a990b4d4ef166060b0dbf0f702632870c9 100644 --- a/keyboards/hhkb/jp/matrix.c +++ b/keyboards/hhkb/jp/matrix.c @@ -26,6 +26,7 @@ along with this program. If not, see . #include "util.h" #include "timer.h" #include "matrix.h" +#include "avr/timer_avr.h" #include "hhkb_avr.h" #include #include "suspend.h"