X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/7c6b2019a302fb064665c1a69e559678c299e9bb..cd0adb7574525978f50eabd536f7563f2d9f9aa7:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index a4daa1877..9b3a9cc78 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -78,6 +78,9 @@ */ #define BOARD_USER 5 + /** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */ + #define BOARD_BUMBLEB 6 + #endif /** @} */