Add MKS BASE 1.4 pins (#12770)
This commit is contained in:
committed by
Scott Lahteine
parent
3a16cb6d7f
commit
44ed34475b
@ -100,6 +100,8 @@
|
||||
#include "pins_BAM_DICE_DUE.h" // ATmega1280, ATmega2560 env:megaatmega1280 env:megaatmega2560
|
||||
#elif MB(MKS_BASE)
|
||||
#include "pins_MKS_BASE.h" // ATmega1280, ATmega2560 env:megaatmega1280 env:megaatmega2560
|
||||
#elif MB(MKS_BASE_14)
|
||||
#include "pins_MKS_BASE_14.h" // ATmega2560 env:megaatmega2560
|
||||
#elif MB(MKS_BASE_15)
|
||||
#include "pins_MKS_BASE_15.h" // ATmega1280, ATmega2560 env:megaatmega1280 env:megaatmega2560
|
||||
#elif MB(MKS_BASE_HEROIC)
|
||||
|
Reference in New Issue
Block a user