summaryrefslogtreecommitdiff
path: root/keyboards/ps2avrGB/matrix.c
diff options
context:
space:
mode:
authorLuiz Ribeiro2017-05-28 12:40:03 -0400
committerLuiz Ribeiro2017-06-11 12:30:48 -0400
commit6037cede2ce66dd8ce4df82d6d9a347c1de3110a (patch)
tree34538431c8d23c3b814e41b6e429653e85b89d5b /keyboards/ps2avrGB/matrix.c
parentc22a400603bfafedefa04c430214965cd191663b (diff)
rgblight support for ps2avrGB
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;
}