From 8947029950ba19c16bedd3d4618d4227f4714564 Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 8 Jul 2012 23:57:25 +0900 Subject: Interrupt driven Control ep and Console task --- keyboard/hhkb/Makefile.lufa | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboard/hhkb/Makefile.lufa') diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa index cdd68f40ab..0dc295e621 100644 --- a/keyboard/hhkb/Makefile.lufa +++ b/keyboard/hhkb/Makefile.lufa @@ -93,6 +93,9 @@ ARCH = AVR8 # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. F_USB = $(F_CPU) +# Interrupt driven control endpoint task +OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT + # Build Options # comment out to disable the options. -- cgit v1.2.3