summaryrefslogtreecommitdiff
path: root/keyboards/minidox/matrix.c
diff options
context:
space:
mode:
authorThat-Canadian2017-07-14 21:24:58 -0400
committerThat-Canadian2017-07-14 21:24:58 -0400
commit21b63d924327ac404b8592d3c07b3695eb3e235f (patch)
tree7a0d3c22652f28cc18b84c27999f2d0a04ee2d70 /keyboards/minidox/matrix.c
parentd73d30aa846f4378b8f1fa072a4620520b3c1953 (diff)
Updated i2c and serial files to most recent from the lets split firmware. Also updated that_canadian keymap
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;
}