Fix i3 Mega motherboard

This commit is contained in:
Scott Lahteine 2021-04-16 09:21:03 -05:00
parent dd8efaa0f8
commit 2edf412625

View file

@ -129,7 +129,9 @@
//#define BLUETOOTH //#define BLUETOOTH
// Choose the name from boards.h that matches your setup // 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 #define MOTHERBOARD BOARD_TRIGORILLA_14
#endif #endif