diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-07-14 22:04:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 22:04:18 -0400 |
commit | 7c0610b4117b17b24f9a53c0f9d237175a4a3d25 (patch) | |
tree | 0bf188370d603eeab2d872cf376b8a3e19c664c5 /keyboards/minidox/matrix.c | |
parent | 6ed8ce4f598f838b971aa290a499f852827e1b58 (diff) | |
parent | b6d74b9bb90303f11796b8ccf8b98e2f532351ac (diff) |
Merge pull request #1498 from That-Canadian/minidox
Minidox
Diffstat (limited to 'keyboards/minidox/matrix.c')
-rw-r--r-- | keyboards/minidox/matrix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/minidox/matrix.c b/keyboards/minidox/matrix.c index 1389690042..81dfb14455 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; } |