Initial implementation of the key_lock feature.
This commit is contained in:
parent
7a9fb7c96b
commit
8e1be7c792
8 changed files with 165 additions and 2 deletions
|
@ -419,6 +419,10 @@ enum quantum_keycodes {
|
|||
OUT_BT,
|
||||
#endif
|
||||
|
||||
#ifdef KEY_LOCK_ENABLE
|
||||
KC_LOCK,
|
||||
#endif
|
||||
|
||||
// always leave at the end
|
||||
SAFE_RANGE
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue