summaryrefslogtreecommitdiffstats
path: root/keyboards/ps2avrGB/matrix.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-09-16 03:43:58 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-16 03:43:58 +0200
commitdc7d0c7b7442b87600352e083e3da4a08cb2d069 (patch)
treeac6e6b0417e3c6550e6c8e07f615fabdc74b1ef1 /keyboards/ps2avrGB/matrix.c
parentafcf3a2878d5b5de0f9daba201ab44d779a8b2b1 (diff)
parentd5486265b8afcada68306c815b08c225fce287af (diff)
downloadqmk_firmware-dc7d0c7b7442b87600352e083e3da4a08cb2d069.tar.gz
qmk_firmware-dc7d0c7b7442b87600352e083e3da4a08cb2d069.tar.xz
update to driver separation
Diffstat (limited to 'keyboards/ps2avrGB/matrix.c')
-rw-r--r--keyboards/ps2avrGB/matrix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c
index beaa54c40..140026013 100644
--- a/keyboards/ps2avrGB/matrix.c
+++ b/keyboards/ps2avrGB/matrix.c
@@ -93,6 +93,8 @@ uint8_t matrix_scan(void) {
}
}
+ matrix_scan_user();
+
return 1;
}