diff options
author | Fredric Silberberg <fred@silberberg.xyz> | 2017-08-06 01:50:20 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-08 10:02:53 -0400 |
commit | 8e1be7c792c4c9f65ba7e990f2a773a23b40d20c (patch) | |
tree | c82bdd82f0aa881e541f6b44fb73d3a54fdf886d /quantum/quantum_keycodes.h | |
parent | 7a9fb7c96b876cf0d6c44c4649d3504572e56fa3 (diff) |
Initial implementation of the key_lock feature.
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index acdb9248d6..1bb6706ba4 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -419,6 +419,10 @@ enum quantum_keycodes { OUT_BT, #endif +#ifdef KEY_LOCK_ENABLE + KC_LOCK, +#endif + // always leave at the end SAFE_RANGE }; |