diff options
Diffstat (limited to 'quantum/keymap_common.h')
| -rw-r--r-- | quantum/keymap_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index ae10bc78d..ab80ea45c 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h | |||
| @@ -67,6 +67,9 @@ extern const uint16_t fn_actions[]; | |||
| 67 | #define MEH(kc) kc | 0x0700 | 67 | #define MEH(kc) kc | 0x0700 |
| 68 | #define LCAG(kc) kc | 0x0D00 // Modifier Ctrl Alt and GUI | 68 | #define LCAG(kc) kc | 0x0D00 // Modifier Ctrl Alt and GUI |
| 69 | 69 | ||
| 70 | #define MOD_HYPR 0xf | ||
| 71 | #define MOD_MEH 0x7 | ||
| 72 | |||
| 70 | #define RCTL(kc) kc | 0x1100 | 73 | #define RCTL(kc) kc | 0x1100 |
| 71 | #define RSFT(kc) kc | 0x1200 | 74 | #define RSFT(kc) kc | 0x1200 |
| 72 | #define RALT(kc) kc | 0x1400 | 75 | #define RALT(kc) kc | 0x1400 |
