diff options
Diffstat (limited to 'keyboards/gingham/matrix.c')
| -rw-r--r-- | keyboards/gingham/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gingham/matrix.c b/keyboards/gingham/matrix.c index 790ba9c28..5ac81e791 100644 --- a/keyboards/gingham/matrix.c +++ b/keyboards/gingham/matrix.c | |||
| @@ -150,7 +150,7 @@ static void unselect_row(uint8_t row) | |||
| 150 | static void unselect_rows(void) | 150 | static void unselect_rows(void) |
| 151 | { | 151 | { |
| 152 | for(uint8_t x = 0; x < MATRIX_ROWS; x++) { | 152 | for(uint8_t x = 0; x < MATRIX_ROWS; x++) { |
| 153 | setPinInput(row_pins[x]); | 153 | setPinInputHigh(row_pins[x]); |
| 154 | } | 154 | } |
| 155 | } | 155 | } |
| 156 | 156 | ||
