diff options
author | Drashna Jaelre <drashna@live.com> | 2022-05-14 15:07:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 23:07:08 +0100 |
commit | db887e63d708925ad759e3504a6bc9ceef4aeb8f (patch) | |
tree | 7366242dc8834ff5ddb761ff162fa444bf64653f /quantum/quantum_keycodes.h | |
parent | baa8d07fdb32a35f9ff5020d655271b01e057ddc (diff) | |
download | qmk_firmware-db887e63d708925ad759e3504a6bc9ceef4aeb8f.tar.gz qmk_firmware-db887e63d708925ad759e3504a6bc9ceef4aeb8f.zip |
Enhancement and fixes of "Secure" feature (#16958)
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 2f8ee2322e..40355d799a 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -601,6 +601,7 @@ enum quantum_keycodes { SECURE_LOCK, SECURE_UNLOCK, SECURE_TOGGLE, + SECURE_REQUEST, CAPS_WORD, |