usb_usb: Add Mechanical Locking key support

This commit is contained in:
tmk 2020-11-07 17:16:20 +09:00
parent 6da19ef6b0
commit df164fecc9

View 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