diff options
author | tmk <nobody@nowhere> | 2012-07-08 23:57:25 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-07-08 23:57:25 +0900 |
commit | 8947029950ba19c16bedd3d4618d4227f4714564 (patch) | |
tree | 6a3ce9eb93040f8995a2d673ceec7b1dca471685 /keyboard/hhkb | |
parent | ab89bfce03e7c792c92a2be1ccf0fbc1e379ed94 (diff) |
Interrupt driven Control ep and Console task
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r-- | keyboard/hhkb/Makefile.lufa | 3 |
1 files changed, 3 insertions, 0 deletions
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. |