diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-09 23:17:48 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-09 23:17:48 -0400 |
commit | 48a89ad8649ffe5fa054eccf1b0498f8a0a49b32 (patch) | |
tree | 507acee914061af992dd8d657b2374da544c47ae /quantum/quantum_keycodes.h | |
parent | 597ff7aee9a04b4f4f41d6d1f5b2e1223e0e83b8 (diff) | |
parent | a5ab2412ab6bb4df9be121faa8caaf900dc0ba0d (diff) |
Merge remote-tracking branch 'upstream/master'
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 }; |