Browse Source

[Keyboard][Bug] Add timer_avr to includes for broken builds (#13641)

pull/12699/head
Dasky 2 years ago
committed by GitHub
parent
commit
f33532764f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      keyboards/fc660c/matrix.c
  2. +1
    -0
      keyboards/fc980c/matrix.c
  3. +1
    -0
      keyboards/hhkb/ansi/matrix.c
  4. +1
    -0
      keyboards/hhkb/jp/matrix.c

+ 1
- 0
keyboards/fc660c/matrix.c View File

@ -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)


+ 1
- 0
keyboards/fc980c/matrix.c View File

@ -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


+ 1
- 0
keyboards/hhkb/ansi/matrix.c View File

@ -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"


+ 1
- 0
keyboards/hhkb/jp/matrix.c View File

@ -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"


Loading…
Cancel
Save