diff --git a/OPENSMART_kbv.cpp b/OPENSMART_kbv.cpp index 5e0a971..3dc3150 100644 --- a/OPENSMART_kbv.cpp +++ b/OPENSMART_kbv.cpp @@ -4,10 +4,14 @@ #define USE_SPECIAL //SPECIAL will use the first match //#define USE_OPENSMART_SHIELD_PINOUT //deprecated +//select the target board #define USE_OPENSMART_SHIELD_PINOUT_UNO #define USE_OPENSMART_SHIELD_PINOUT_MEGA #define USE_OPENSMART_SHIELD_PINOUT_DUE //thanks Michel53 -#define SUPPORT_8352B +//select the target controllers that are not enabled by default +#define SUPPORT_8352A //HX8352A +#define SUPPORT_8352B //HX8352B +#define SUPPORT_9225 //RM68130 #include "OPENSMART_kbv.h" //class declaration