summaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/minidox/matrix.c')
-rw-r--r--keyboards/minidox/matrix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/minidox/matrix.c b/keyboards/minidox/matrix.c
index 138969004..81dfb1445 100644
--- a/keyboards/minidox/matrix.c
+++ b/keyboards/minidox/matrix.c
@@ -226,9 +226,7 @@ uint8_t matrix_scan(void)
TXLED0;
error_count = 0;
}
-
matrix_scan_quantum();
-
return ret;
}