diff --git a/config/examples/AnyCubic/i3 Mega/Configuration.h b/config/examples/AnyCubic/i3 Mega/Configuration.h index 45597b4d20..a1754d4294 100644 --- a/config/examples/AnyCubic/i3 Mega/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Configuration.h @@ -129,7 +129,9 @@ //#define BLUETOOTH // Choose the name from boards.h that matches your setup -#ifndef MOTHERBOARD +#if TRIGORILLA_VERSION == 1 + #define MOTHERBOARD BOARD_TRIGORILLA_14_11 +#else #define MOTHERBOARD BOARD_TRIGORILLA_14 #endif