Add support for Megatronics 3 a la #1426

This commit is contained in:
Scott Lahteine
2015-01-27 15:54:46 -08:00
parent eacd931fad
commit 2ce4a102ee
3 changed files with 55 additions and 66 deletions

View File

@ -88,10 +88,12 @@
#include "pins_GEN3_MONOLITHIC.h"
#elif MB(MEGATRONICS)
#include "pins_MEGATRONICS.h"
#elif MB(MEGATRONICS_2)
#include "pins_MEGATRONICS_2.h"
#elif MB(MEGATRONICS_1)
#include "pins_MEGATRONICS_1.h"
#elif MB(MEGATRONICS_2)
#include "pins_MEGATRONICS_2.h"
#elif MB(MEGATRONICS_3)
#include "pins_MEGATRONICS_3.h"
#elif MB(OMCA_A)
#include "pins_OMCA_A.h"
#elif MB(OMCA)