summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75/matrix.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2018-06-12 16:59:35 +0200
committerJack Humbert <jack.humb@gmail.com>2018-06-12 16:59:35 +0200
commit998ddbb122c9d3e2a77bd4e88c881b225ca0d569 (patch)
treeca91ff7ad3c4866555d1e623fe9ea05276397e1c /keyboards/deltasplit75/matrix.c
parentc0095710a7c7e9bd94aa9f4dd814dc28d718c731 (diff)
parent06487daaddf923d635e8a528d1eb644b875a73f6 (diff)
downloadqmk_firmware-998ddbb122c9d3e2a77bd4e88c881b225ca0d569.tar.gz
qmk_firmware-998ddbb122c9d3e2a77bd4e88c881b225ca0d569.tar.xz
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
Diffstat (limited to 'keyboards/deltasplit75/matrix.c')
-rw-r--r--keyboards/deltasplit75/matrix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/deltasplit75/matrix.c b/keyboards/deltasplit75/matrix.c
index db84fb02c..1ac5c5039 100644
--- a/keyboards/deltasplit75/matrix.c
+++ b/keyboards/deltasplit75/matrix.c
@@ -146,7 +146,6 @@ uint8_t _matrix_scan(void)
if (matrix_changed) {
debouncing = true;
debouncing_time = timer_read();
- PORTD ^= (1 << 2);
}
# else