[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:
Thomas Moore
2018-02-08 03:14:39 -06:00
committed by Scott Lahteine
parent 852468ead7
commit 93af0365e8
4 changed files with 371 additions and 0 deletions

View File

@ -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