X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6c5c9212d816674c67aa3708b73558b023478b94..be9d0a5aa97c84cc8723f69f2b88576965e386aa:/Demos/Host/ClassDriver/KeyboardHost/makefile diff --git a/Demos/Host/ClassDriver/KeyboardHost/makefile b/Demos/Host/ClassDriver/KeyboardHost/makefile index a8fff0ad0..6e869b562 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/makefile +++ b/Demos/Host/ClassDriver/KeyboardHost/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)"