[2.0.x] Add support for Cohesion3D ReMix and Mini (#9512)
* Add support for Cohesion3D ReMix and Mini * Two separate pins files for pedantic reasons
This commit is contained in:
committed by
Scott Lahteine
parent
852468ead7
commit
93af0365e8
@ -343,6 +343,10 @@
|
||||
#include "pins_THE_BORG.h"
|
||||
#elif MB(SELENA_COMPACT)
|
||||
#include "pins_SELENA_COMPACT.h"
|
||||
#elif MB(COHESION3D_REMIX)
|
||||
#include "pins_COHESION3D_REMIX.h"
|
||||
#elif MB(COHESION3D_MINI)
|
||||
#include "pins_COHESION3D_MINI.h"
|
||||
#else
|
||||
#error "Unknown MOTHERBOARD value set in Configuration.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user