]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
usb_usb: Add Mechanical Locking key support
authortmk <hasu@tmk-kbd.com>
Sat, 7 Nov 2020 08:16:20 +0000 (17:16 +0900)
committertmk <hasu@tmk-kbd.com>
Sat, 7 Nov 2020 08:16:20 +0000 (17:16 +0900)
converter/usb_usb/config.h

index 7b80fc214013138fb0306790549b2e55d68cde1b..4dbb30dbbe30c354e206bd9941359daa267babd6 100644 (file)
@@ -49,4 +49,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 // 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