From: tmk Date: Sat, 28 Mar 2020 12:55:20 +0000 (+0900) Subject: lufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=9f041460313bc16e3f8a9677faced4d38d343d9a;p=max%2Ftmk_keyboard.git lufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT --- diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk index 0b4b7847..7afedd73 100644 --- a/tmk_core/protocol/lufa.mk +++ b/tmk_core/protocol/lufa.mk @@ -41,7 +41,8 @@ VPATH += $(TMK_DIR)/$(TMK_LUFA_PATH) TMK_LUFA_OPTS = -DUSB_DEVICE_ONLY TMK_LUFA_OPTS += -DUSE_FLASH_DESCRIPTORS TMK_LUFA_OPTS += -DUSE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" -# Do not enable this for converters in particular, it blocks other tasks long. +# Do not enable INTERRUPT_CONTROL_ENDPOINT for converters which requires ISR in particular, +# it can block other ISRs long like 500-1000us for HID keyboard LED report. #TMK_LUFA_OPTS += -DINTERRUPT_CONTROL_ENDPOINT TMK_LUFA_OPTS += -DFIXED_CONTROL_ENDPOINT_SIZE=8 TMK_LUFA_OPTS += -DFIXED_NUM_CONFIGURATIONS=1