aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:28:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:28:45 +0000
commit61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e (patch)
treebf7a06a66de3843f9ff9f9f956ff6cb8d0c74906 /LUFA/Common
parent3790907f4d302e956bea30a261a72411c98a0d60 (diff)
downloadlufa-61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e.tar.gz
lufa-61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e.tar.bz2
lufa-61a799ed55c5e4d5d0fd8dd4b35bfe57db33822e.zip
Added support for the JM-DB-U2 board hardware.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/BoardTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index e1988e7b9..b162524ee 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -103,6 +103,9 @@
/** Selects the Benito specific board drivers, including the driver for the board LEDs. */
#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