diff options
author | Joel Challis <git@zvecr.com> | 2019-09-24 15:24:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 15:24:12 +0100 |
commit | ad8dbd5ca5390ad9e441943b705684fce521bc15 (patch) | |
tree | 5426b36cba3db2fafe4eb4dc59ee05c3b3788b77 /quantum/quantum_keycodes.h | |
parent | 237147ca236b0e942fc14e73010479a2785bf764 (diff) |
ARM split - Add bootmagic/magic keycodes for setting handedness (#6545)
* Add docs on bootmagic/magic keycodes for setting handedness
* Clang format fixes
* Maintain backwards compatibility
* Maintain backwards compatibility
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index af984a7cd7..5fac6a5cae 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -502,6 +502,8 @@ enum quantum_keycodes { MAGIC_SWAP_CTL_GUI, MAGIC_UNSWAP_CTL_GUI, MAGIC_TOGGLE_CTL_GUI, + MAGIC_EE_HANDS_LEFT, + MAGIC_EE_HANDS_RIGHT, // always leave at the end SAFE_RANGE |