]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ibm4704_usb/Makefile
adb_usb: Fix Power key mapping for Windows
[max/tmk_keyboard.git] / converter / ibm4704_usb / Makefile
index f930cb5981077ab2df3af400886b09a823767616..007e0e01337a1a756d40c96812485633cd0a87df 100644 (file)
@@ -70,7 +70,8 @@ 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(+60)
+# TODO: This can prevent converter ISR from handling signal instantly, better remove it.
+# Without this option debug prints from enable_break() won't be displayed comopletely.
 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT