aboutsummaryrefslogtreecommitdiff
path: root/keyboards/gergo/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gergo/matrix.c')
-rw-r--r--keyboards/gergo/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gergo/matrix.c b/keyboards/gergo/matrix.c
index aa1dc4842..234160326 100644
--- a/keyboards/gergo/matrix.c
+++ b/keyboards/gergo/matrix.c
@@ -30,7 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
30#include "debug.h" 30#include "debug.h"
31#include "util.h" 31#include "util.h"
32#include "debounce.h" 32#include "debounce.h"
33#include "pointing_device.h"
34#include QMK_KEYBOARD_H 33#include QMK_KEYBOARD_H
35#ifdef DEBUG_MATRIX_SCAN_RATE 34#ifdef DEBUG_MATRIX_SCAN_RATE
36# include "timer.h" 35# include "timer.h"
@@ -38,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38 37
39#ifdef BALLER 38#ifdef BALLER
40#include <avr/interrupt.h> 39#include <avr/interrupt.h>
40#include "pointing_device.h"
41#endif 41#endif
42 42
43#ifndef DEBOUNCE 43#ifndef DEBOUNCE