aboutsummaryrefslogtreecommitdiff
path: root/keyboards/alps64/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/alps64/matrix.c')
-rw-r--r--keyboards/alps64/matrix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/alps64/matrix.c b/keyboards/alps64/matrix.c
index 805999d4a..b3508850d 100644
--- a/keyboards/alps64/matrix.c
+++ b/keyboards/alps64/matrix.c
@@ -100,6 +100,8 @@ uint8_t matrix_scan(void)
100 } 100 }
101 } 101 }
102 102
103 matrix_scan_quantum();
104
103 return 1; 105 return 1;
104} 106}
105 107