Initial implementation of the key_lock feature.
This commit is contained in:
committed by
Jack Humbert
parent
7a9fb7c96b
commit
8e1be7c792
@ -419,6 +419,10 @@ enum quantum_keycodes {
|
||||
OUT_BT,
|
||||
#endif
|
||||
|
||||
#ifdef KEY_LOCK_ENABLE
|
||||
KC_LOCK,
|
||||
#endif
|
||||
|
||||
// always leave at the end
|
||||
SAFE_RANGE
|
||||
};
|
||||
|
Reference in New Issue
Block a user