X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a8cbe3466b660470b8a34a05996af199827e092c..e55f33866334615e705ff68c0f3bea8e5b1b9b8b:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 50c397d63..700da980c 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -98,9 +98,15 @@ /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */ #define BOARD_TEENSY 11 - /** Selects the USBTINY MKII specific board drivers, , including the driver for the board LEDs. */ + /** Selects the USBTINY MKII specific board drivers, including the Button and LEDs drivers. */ #define BOARD_USBTINYMKII 12 + /** Selects the Benito specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_BENITO 13 + + /** Selects the JM-DB-U2 specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_JMDBU2 14 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE