summaryrefslogtreecommitdiff
path: root/usb-keyboardmouse/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-16 22:33:15 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-16 22:33:15 +0000
commit1434e289b2b1d98e66ef2c27bdf3dce54a564186 (patch)
tree1c39ac87ffcec3555416d372ee5e987f525dd3b6 /usb-keyboardmouse/Makefile
parentupdated svn ignore (diff)
added keyboard mouse example
git-svn-id: https://svn.spreadspace.org/avr/trunk@195 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-keyboardmouse/Makefile')
-rw-r--r--usb-keyboardmouse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-keyboardmouse/Makefile b/usb-keyboardmouse/Makefile
index 5e20ae0..af93709 100644
--- a/usb-keyboardmouse/Makefile
+++ b/usb-keyboardmouse/Makefile
@@ -36,6 +36,6 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
-LUFA_COMPONENTS := USB USBCLASS
+LUFA_COMPONENTS := USB USBCLASS SERIAL
include ../include.mk