From 6e5fc8ea10c52856928667ff79f080e8f50a81c5 Mon Sep 17 00:00:00 2001 From: andrea Date: Sun, 15 Mar 2026 22:43:00 +0100 Subject: [PATCH] change digital pins to avoid collisions with pin13 for L Led on the board --- src/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config.h b/src/config.h index 05245b9..c20cf80 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,7 @@ -#define P1_BTN_UP 13 -#define P1_BTN_BOTTOM 12 -#define P2_BTN_UP 11 -#define P2_BTN_BOTTOM 10 +#define P1_BTN_UP 12 +#define P1_BTN_BOTTOM 11 +#define P2_BTN_UP 10 +#define P2_BTN_BOTTOM 9 #define MATRIX_WIDTH 12 #define MATRIX_HEIGHT 8