Add MKS Gen L board

This commit is contained in:
Scott Lahteine
2017-11-02 17:06:08 -05:00
parent 063e957fc4
commit eb13b8d985
3 changed files with 42 additions and 0 deletions

View File

@@ -94,6 +94,8 @@
#include "pins_MKS_BASE.h" // ATmega1280, ATmega2560
#elif MB(MKS_13)
#include "pins_MKS_13.h" // ATmega1280, ATmega2560
#elif MB(MKS_GEN_L)
#include "pins_MKS_GEN_L.h" // ATmega1280, ATmega2560
#elif MB(ZRIB_V20)
#include "pins_ZRIB_V20.h" // ATmega1280, ATmega2560 (MKS_13)
#elif MB(FELIX2)