Skip to content

Commit

Permalink
[Keyboard][Bug] Add timer_avr to includes for broken builds (qmk#13641)
Browse files Browse the repository at this point in the history
  • Loading branch information
daskygit authored and nhongooi committed Dec 5, 2021
1 parent 55dd794 commit 6ef07df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/fc660c/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions keyboards/fc980c/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 1 addition & 0 deletions keyboards/hhkb/ansi/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions keyboards/hhkb/jp/matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ef07df

Please sign in to comment.