diff options
Diffstat (limited to 'quantum/matrix_common.c')
-rw-r--r-- | quantum/matrix_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/matrix_common.c b/quantum/matrix_common.c index a8948a264..c326e59ca 100644 --- a/quantum/matrix_common.c +++ b/quantum/matrix_common.c | |||
@@ -103,5 +103,5 @@ __attribute__((weak)) uint8_t matrix_scan(void) { | |||
103 | debounce(raw_matrix, matrix, MATRIX_ROWS, changed); | 103 | debounce(raw_matrix, matrix, MATRIX_ROWS, changed); |
104 | 104 | ||
105 | matrix_scan_quantum(); | 105 | matrix_scan_quantum(); |
106 | return 1; | 106 | return changed; |
107 | } | 107 | } |