diff options
author | tmk <nobody@nowhere> | 2014-04-24 11:26:06 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-04-24 11:26:06 +0900 |
commit | 3c5add5f800daaeaf0abc28eae8b3c244bcc1126 (patch) | |
tree | f7d73e5d114e8964e30c32d7a9f66d1ef08eeb22 /keyboard | |
parent | a5d4a1f3e1f09a79ad949e7e90199548992f0e37 (diff) |
Change LUFA build options
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/hhkb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile index 89d05ba159..0a256874b4 100644 --- a/keyboard/hhkb/Makefile +++ b/keyboard/hhkb/Makefile @@ -102,7 +102,7 @@ ARCH = AVR8 F_USB = $(F_CPU) # Interrupt driven control endpoint task -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT +#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Boot Section Size in *bytes* |