From 3f0fa6435e8ab8e2182f3de9589b60ee772021fb Mon Sep 17 00:00:00 2001 From: Jack Moxley Date: Tue, 30 Jul 2024 20:25:56 +0100 Subject: [PATCH] fix(mcu) Manta 8 EXP ribbon is misconfigured, the as the configuration maps to the physical pin order, and not the pin names defined on the MCU, This means it breaks when used with the display. Additionally, it is a combination of EXP1 and EXP2, referring to EXP1_1# doesn't make sense if the rest of the config is referring to EXP2. --- .../main/BTT_Manta_M8P_v2.0.cfg | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg b/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg index eb15b6d25..33b449fa3 100644 --- a/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg +++ b/config/mcu_definitions/main/BTT_Manta_M8P_v2.0.cfg @@ -38,12 +38,13 @@ aliases: MCU_FWS1=PC0 , MCU_FWS=PF10 , # EXP ribbon - EXP1_1=<5V> , EXP1_2= , - EXP1_3=PF11 , EXP1_4=PF12 , - EXP1_5=PF13 , EXP1_6=PF14 , - EXP1_7=PF15 , EXP1_8=PG0 , - EXP1_9=PG1 , EXP1_10=PE7 , - EXP1_11= , EXP1_12=PE8 , - EXP1_13=PE14 , EXP1_14=PE10 , - EXP1_15=PE11 , EXP1_16=PE15 , - EXP1_17=PE12 , EXP1_18=PE13 + EXP1_1=PE7, EXP1_2=PG1, + EXP1_3=PG0, EXP1_4=PF15, + EXP1_5=PF14, EXP1_6=PF13, + EXP1_7=PF12, EXP1_8=PF11, + EXP1_9=, EXP1_10=<5V>, + EXP2_1=PE13, EXP2_2=PE12, + EXP2_3=PE15, EXP2_4=PE11, + EXP2_5=PE10, EXP2_6=PE14, + EXP2_7=PE8, EXP2_8=, + EXP2_9=, EXP2_10=