1
0
Fork 0

Initial implementation of the key_lock feature.

This commit is contained in:
Fredric Silberberg 2017-08-06 01:50:20 -07:00 committed by Jack Humbert
parent 7a9fb7c96b
commit 8e1be7c792
8 changed files with 165 additions and 2 deletions

View file

@ -419,6 +419,10 @@ enum quantum_keycodes {
OUT_BT,
#endif
#ifdef KEY_LOCK_ENABLE
KC_LOCK,
#endif
// always leave at the end
SAFE_RANGE
};