From e893ffc4e20208be888f1ce3d17a0a009f1266f7 Mon Sep 17 00:00:00 2001 From: Moses Hoyt Date: Mon, 6 May 2024 09:11:04 +0200 Subject: [PATCH] Update keyboards/sthlmkb/storre/matrix.c Co-authored-by: Ryan --- keyboards/sthlmkb/storre/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/sthlmkb/storre/matrix.c b/keyboards/sthlmkb/storre/matrix.c index abb21995d8a..0700447ed72 100644 --- a/keyboards/sthlmkb/storre/matrix.c +++ b/keyboards/sthlmkb/storre/matrix.c @@ -31,7 +31,7 @@ static void init_pins(void) { // Unselect cols for (uint8_t bit = 0; bit < MATRIX_MUX_COLS; bit++) { - writePinLow(col_pins[bit]); + gpio_write_pin_low(col_pins[bit]); } // Set rows to input, pullup