Add AJ4P pins and fix RAMBO pins

This commit is contained in:
Scott Lahteine
2016-03-01 14:13:44 -08:00
parent cf792fd8d8
commit eafbc5e0cc
4 changed files with 142 additions and 1 deletions

View File

@ -127,6 +127,8 @@
#include "pins_BQ_ZUM_MEGA_3D.h"
#elif MB(99)
#include "pins_99.h"
#elif MB(AJ4P)
#include "pins_AJ4P.h"
#else
#error Unknown MOTHERBOARD value set in Configuration.h
#endif