summaryrefslogtreecommitdiff
path: root/keyboards/planck/rev6_drop
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-06-21 00:33:07 +0000
committerQMK Bot <hello@qmk.fm>2023-06-21 00:33:07 +0000
commit6ec91a75d588e6483b9e77ec6f6da3eeb02f6d41 (patch)
tree3df760ed600ae879198d835f58914de0b0d11f53 /keyboards/planck/rev6_drop
parentffdc70bf0a6fecff024ece2a5b7b4c0c88dd6ee3 (diff)
parent42cd55e08d5ba1b7b5bbbedaee1737c9febdcd64 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/planck/rev6_drop')
-rw-r--r--keyboards/planck/rev6_drop/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/planck/rev6_drop/matrix.c b/keyboards/planck/rev6_drop/matrix.c
index fae7de179c..e31e473ae2 100644
--- a/keyboards/planck/rev6_drop/matrix.c
+++ b/keyboards/planck/rev6_drop/matrix.c
@@ -27,6 +27,7 @@ void matrix_init_custom(void) {
// actual matrix setup - cols
for (int i = 0; i < MATRIX_COLS; i++) {
setPinOutput(matrix_col_pins[i]);
+ writePinLow(matrix_col_pins[i]);
}
// rows