Add LUFA-side channel open/close routines, add signalling handlers for the creation...
[pub/USBasp.git] / Projects / AVRISP-MKII / makefile
index b2c139c..db71f12 100644 (file)
@@ -66,7 +66,7 @@ MCU = at90usb1287
 # Target board (see library "Board Types" documentation, NONE for projects not requiring\r
 # LUFA board drivers). If USER is selected, put custom board drivers in a directory called \r
 # "Board" inside the application directory.\r
-BOARD = XPLAIN\r
+BOARD = USBKEY\r
 \r
 \r
 # Processor frequency.\r
@@ -199,6 +199,7 @@ CDEFS += -DENABLE_ISP_PROTOCOL
 CDEFS += -DENABLE_XPROG_PROTOCOL\r
 #CDEFS += -DXPROG_VIA_HARDWARE_USART\r
 #CDEFS += -DNO_VTARGET_DETECT\r
+#CDEFS += -DLIBUSB_FILTERDRV_COMPAT\r
 \r
 \r
 # Place -D or -U options here for ASM sources\r