diff options
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 0958c4f4e..d8f1fa4bb 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -794,6 +794,7 @@ enum quantum_keycodes { | |||
794 | # define SH_T(kc) (QK_SWAP_HANDS | (kc)) | 794 | # define SH_T(kc) (QK_SWAP_HANDS | (kc)) |
795 | # define SH_TG (QK_SWAP_HANDS | OP_SH_TOGGLE) | 795 | # define SH_TG (QK_SWAP_HANDS | OP_SH_TOGGLE) |
796 | # define SH_TT (QK_SWAP_HANDS | OP_SH_TAP_TOGGLE) | 796 | # define SH_TT (QK_SWAP_HANDS | OP_SH_TAP_TOGGLE) |
797 | # define SH_OS (QK_SWAP_HANDS | OP_SH_ONESHOT) | ||
797 | # define SH_MON (QK_SWAP_HANDS | OP_SH_ON_OFF) | 798 | # define SH_MON (QK_SWAP_HANDS | OP_SH_ON_OFF) |
798 | # define SH_MOFF (QK_SWAP_HANDS | OP_SH_OFF_ON) | 799 | # define SH_MOFF (QK_SWAP_HANDS | OP_SH_OFF_ON) |
799 | # define SH_ON (QK_SWAP_HANDS | OP_SH_ON) | 800 | # define SH_ON (QK_SWAP_HANDS | OP_SH_ON) |