From 7782a40e5445124ce089b8dc6b5a3465878d3df3 Mon Sep 17 00:00:00 2001 From: TheTrain <32771064+TheTrainGoes@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:34:27 -0400 Subject: [PATCH] Update to the FlatboxRev5Southpaw config This PR removes the assigned to add-on blocks in the BoardConfig.h file as they should not be there. --- configs/FlatboxRev5Southpaw/BoardConfig.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configs/FlatboxRev5Southpaw/BoardConfig.h b/configs/FlatboxRev5Southpaw/BoardConfig.h index 29babeb66..5b457d585 100644 --- a/configs/FlatboxRev5Southpaw/BoardConfig.h +++ b/configs/FlatboxRev5Southpaw/BoardConfig.h @@ -33,15 +33,6 @@ #define GPIO_PIN_02 GpioAction::BUTTON_PRESS_A1 // A1 | Guide | Home | PS | 13 | ~ | #define GPIO_PIN_05 GpioAction::BUTTON_PRESS_A2 // A2 | ~ | Capture | ~ | 14 | ~ | -// Setting GPIO pins to assigned by add-on -// -#define GPIO_PIN_00 GpioAction::ASSIGNED_TO_ADDON -#define GPIO_PIN_11 GpioAction::ASSIGNED_TO_ADDON -#define GPIO_PIN_24 GpioAction::ASSIGNED_TO_ADDON -#define GPIO_PIN_25 GpioAction::ASSIGNED_TO_ADDON -#define GPIO_PIN_26 GpioAction::ASSIGNED_TO_ADDON -#define GPIO_PIN_27 GpioAction::ASSIGNED_TO_ADDON - // Keyboard Mapping Configuration // // GP2040 | Xinput | Switch | PS3/4/5 | Dinput | Arcade | #define KEY_DPAD_UP HID_KEY_ARROW_UP // UP | UP | UP | UP | UP | UP |