From 06f222b3ed6f612f4ac1b21566547797d4db8013 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 17 Oct 2010 23:14:03 +0000 Subject: Added board hardware driver support for the Minimus board (thanks to the PSGroove team). --- LUFA/Common/BoardTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Common') diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 77076920e..8755ad7b5 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -128,6 +128,9 @@ /** Selects the Maximus specific board drivers, including the driver for the board LEDs. */ #define BOARD_MAXIMUS 21 + /** Selects the Minimus specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_MINIMUS 22 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE -- cgit v1.2.3