usb_usb: Add Mechanical Locking key support

main
tmk 2020-11-07 17:16:20 +09:00
parent 6da19ef6b0
commit df164fecc9
1 changed files with 4 additions and 0 deletions

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