From: tmk Date: Sat, 7 Nov 2020 08:16:20 +0000 (+0900) Subject: usb_usb: Add Mechanical Locking key support X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=df164fecc93dd09e0965a8889063e60c7c3fd259;p=max%2Ftmk_keyboard.git usb_usb: Add Mechanical Locking key support --- 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