summaryrefslogtreecommitdiffstats
path: root/keyboards/gergo/matrix.c
diff options
context:
space:
mode:
authorJeremy Bernhardt <bernhardtjeremy@gmail.com>2019-04-30 02:29:00 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-30 02:29:00 +0200
commit507805cd106ca5b5c739e08d37e9c689973b3b30 (patch)
tree981d1670e4a75ef444a8139eeb941a1590735502 /keyboards/gergo/matrix.c
parente77e46f4bf049c33bcb982325bf5e5bf27994550 (diff)
downloadqmk_firmware-507805cd106ca5b5c739e08d37e9c689973b3b30.tar.gz
qmk_firmware-507805cd106ca5b5c739e08d37e9c689973b3b30.tar.xz
[Keyboard] Fixing drag-and-drop (#5728)
* Fixing drag-and-drop * Forgot to rtfm and do a full build. Added colemak * What
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/>.
#include "debug.h"
#include "util.h"
#include "debounce.h"
-#include "pointing_device.h"
#include QMK_KEYBOARD_H
#ifdef DEBUG_MATRIX_SCAN_RATE
# include "timer.h"
@@ -38,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef BALLER
#include <avr/interrupt.h>
+#include "pointing_device.h"
#endif
#ifndef DEBOUNCE