Add Bigtreetech/BIQU KFB 2.0 board (#11446)

This commit is contained in:
Scott Lahteine
2018-08-03 18:14:26 -05:00
committed by GitHub
parent f2224755ad
commit 9bae413901
3 changed files with 42 additions and 0 deletions

View File

@ -110,6 +110,8 @@
#include "pins_MKS_GEN_13.h" // ATmega1280, ATmega2560 env:megaatmega1280 env:megaatmega2560
#elif MB(MKS_GEN_L)
#include "pins_MKS_GEN_L.h" // ATmega1280, ATmega2560 env:megaatmega1280 env:megaatmega2560
#elif MB(KFB_2)
#include "pins_KFB_2.h" // ATmega2560 env:megaatmega2560
#elif MB(ZRIB_V20)
#include "pins_ZRIB_V20.h" // ATmega1280, ATmega2560 env:megaatmega1280 env:megaatmega2560 (MKS_GEN_13)
#elif MB(FELIX2)