From b3b2ed9de1ca9095df7b668a4008f7849a6850ab Mon Sep 17 00:00:00 2001 From: Frederik Walk Date: Sat, 12 Aug 2023 09:44:27 +0200 Subject: [PATCH] Set Buttons Pins to match DonConPad PCB --- include/GlobalConfiguration.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/include/GlobalConfiguration.h b/include/GlobalConfiguration.h index 58a1a19..f026ffc 100644 --- a/include/GlobalConfiguration.h +++ b/include/GlobalConfiguration.h @@ -70,24 +70,24 @@ const Peripherals::Buttons::Config button_config = { // Pins {{ - 0, // Up - 1, // Down - 2, // Left - 3, // Right + 8, // Up + 9, // Down + 10, // Left + 11, // Right }, { - 10, // North - 9, // East - 8, // South - 11, // West + 0, // North + 3, // East + 1, // South + 2, // West - 4, // L - 12, // R + 12, // L + 4, // R - 13, // Start - 5, // Select - 14, // Home - 6, // Share + 5, // Start + 13, // Select + 6, // Home + 14, // Share }}, 20, // Debounce delay in milliseconds