From a4d6dfdb54abff54162d048873a200d729126ab6 Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Mon, 27 May 2024 22:49:53 -0700 Subject: [PATCH] flipped pin definition for columns in ffkb lite for svlinky v02 --- keyboards/fingerpunch/ffkb/lite/v1/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/fingerpunch/ffkb/lite/v1/config.h b/keyboards/fingerpunch/ffkb/lite/v1/config.h index eb85232cbb..a6842bf581 100644 --- a/keyboards/fingerpunch/ffkb/lite/v1/config.h +++ b/keyboards/fingerpunch/ffkb/lite/v1/config.h @@ -32,7 +32,7 @@ along with this program. If not, see . #define MATRIX_ROW_PINS \ { GP0, GP1, GP23, GP21 } #define MATRIX_COL_PINS \ - { GP8, GP7, GP6, GP5, GP4, GP9, GP29, GP28, GP24, GP18, GP22, GP20 } + { GP8, GP7, GP6, GP5, GP4, GP9, GP29, GP28, GP18, GP24, GP22, GP20 } #else #define MATRIX_ROW_PINS \ { D3, D2, B2, B6 }