summaryrefslogtreecommitdiffstats
path: root/keyboards/gingham/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gingham/matrix.c')
-rw-r--r--keyboards/gingham/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gingham/matrix.c b/keyboards/gingham/matrix.c
index 790ba9c287..5ac81e7911 100644
--- a/keyboards/gingham/matrix.c
+++ b/keyboards/gingham/matrix.c
@@ -150,7 +150,7 @@ static void unselect_row(uint8_t row)
static void unselect_rows(void)
{
for(uint8_t x = 0; x < MATRIX_ROWS; x++) {
- setPinInput(row_pins[x]);
+ setPinInputHigh(row_pins[x]);
}
}