From fefe1028de9d27cf6e714b4948ff63179f46a296 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 20 Mar 2020 14:43:52 +0900 Subject: [PATCH] ibmpc_usb: Add comment on INTERRUPT_CONTROL_ENDPOINT --- converter/ibmpc_usb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converter/ibmpc_usb/Makefile b/converter/ibmpc_usb/Makefile index fd04541c..7c6b38e0 100644 --- a/converter/ibmpc_usb/Makefile +++ b/converter/ibmpc_usb/Makefile @@ -50,8 +50,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 -# 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. #OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # This improves response of keyboard when wakeup -- 2.46.2