]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/ibmpc_usb/Makefile
Remove INTERRUPT_CONTROL_ENDPOINT from converters
[max/tmk_keyboard.git] / converter / ibmpc_usb / Makefile
index 2b272a591e4f7a349350c894a4b7108e29214fdb..30ce9248288cccc347834e2bbdf8dd34b2d71ead 100644 (file)
@@ -50,9 +50,6 @@ 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. Do not enable this.
-# This blocks long for capslock and etc. and can prevent signal handling.
-#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 
 # This improves response of keyboard when wakeup
 OPT_DEFS += -DSUSPEND_MODE_STANDBY