Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the...
[pub/USBasp.git] / Demos / Host / ClassDriver / KeyboardHost / makefile
index 037ada8..6e869b5 100644 (file)
@@ -117,6 +117,7 @@ LUFA_PATH = ../../../..
 \r
 # LUFA library compile-time options\r
 LUFA_OPTS += -D USB_HOST_ONLY\r
+LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY\r
 LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"\r
 \r
 \r