X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/51566d1a811f43dc39f38cb597de44ba9363d974..be9d0a5aa97c84cc8723f69f2b88576965e386aa:/Demos/Host/ClassDriver/MouseHost/makefile diff --git a/Demos/Host/ClassDriver/MouseHost/makefile b/Demos/Host/ClassDriver/MouseHost/makefile index f0df3cc35..18a5a9dd2 100644 --- a/Demos/Host/ClassDriver/MouseHost/makefile +++ b/Demos/Host/ClassDriver/MouseHost/makefile @@ -60,7 +60,7 @@ # MCU name -MCU = at90usb647 +MCU = at90usb1287 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring @@ -117,6 +117,7 @@ LUFA_PATH = ../../../.. # LUFA library compile-time options LUFA_OPTS += -D USB_HOST_ONLY +LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"