We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ccdc2 commit fefe102Copy full SHA for fefe102
converter/ibmpc_usb/Makefile
@@ -50,8 +50,8 @@ ARCH ?= AVR8
50
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
51
F_USB ?= $(F_CPU)
52
53
-# Interrupt driven control endpoint task
54
-# Not work with suart debug
+# Interrupt driven control endpoint task. Do not enable this.
+# This blocks long for capslock and etc. and can prevent signal handling.
55
#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
56
57
# This improves response of keyboard when wakeup
0 commit comments