Support for Geeetech GT2560 Rev.A/Rev.A+

This commit is contained in:
Jozsef Kiraly
2017-05-23 22:53:29 +02:00
committed by Scott Lahteine
parent 82cfdd4d8f
commit 97c21e9007
7 changed files with 1836 additions and 2 deletions

View File

@@ -192,6 +192,10 @@
#include "pins_SAINSMART_2IN1.h"
#elif MB(ZRIB_V20)
#include "pins_ZRIB_V20.h"
#elif MB(GT2560_REV_A)
#include "pins_GT2560_REV_A.h"
#elif MB(GT2560_REV_A_PLUS)
#include "pins_GT2560_REV_A_PLUS.h"
#else
#error "Unknown MOTHERBOARD value set in Configuration.h"
#endif