From df164fecc93dd09e0965a8889063e60c7c3fd259 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 7 Nov 2020 17:16:20 +0900 Subject: [PATCH] usb_usb: Add Mechanical Locking key support --- converter/usb_usb/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/converter/usb_usb/config.h b/converter/usb_usb/config.h index 7b80fc21..4dbb30db 100644 --- a/converter/usb_usb/config.h +++ b/converter/usb_usb/config.h @@ -49,4 +49,8 @@ along with this program. If not, see . // Note that this also disables power saving and remote wakeup from keyboard completely. //#define NO_USB_SUSPEND_LOOP +/* Mechanical locking support. */ +#define LOCKING_SUPPORT_ENABLE +#define LOCKING_RESYNC_ENABLE + #endif -- 2.46.2