~ruther/qmk_firmware

f33532764fc8a6b76df329575c72058b32be5b89 — Dasky 4 years ago 3316ac3
[Keyboard][Bug] Add timer_avr to includes for broken builds (#13641)

M keyboards/fc660c/matrix.c => keyboards/fc660c/matrix.c +1 -0
@@ 28,6 28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#include "timer.h"
#include "matrix.h"
#include "led.h"
#include "avr/timer_avr.h"

// Timer resolution check
#if (1000000/TIMER_RAW_FREQ > 20)

M keyboards/fc980c/matrix.c => keyboards/fc980c/matrix.c +1 -0
@@ 28,6 28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#include "timer.h"
#include "matrix.h"
#include "led.h"
#include "avr/timer_avr.h"
// #include QMK_KEYBOARD_H



M keyboards/hhkb/ansi/matrix.c => keyboards/hhkb/ansi/matrix.c +1 -0
@@ 26,6 26,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "timer.h"
#include "matrix.h"
#include "avr/timer_avr.h"
#include "hhkb_avr.h"
#include <avr/wdt.h>
#include "suspend.h"

M keyboards/hhkb/jp/matrix.c => keyboards/hhkb/jp/matrix.c +1 -0
@@ 26,6 26,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "timer.h"
#include "matrix.h"
#include "avr/timer_avr.h"
#include "hhkb_avr.h"
#include <avr/wdt.h>
#include "suspend.h"