[Jack & Erez] Defines MOD_HYPR and MOD_MEH

This commit is contained in:
Erez Zukerman 2016-05-05 22:44:24 -04:00
parent cd30f971ae
commit 9bb368a5fb
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ extern const uint16_t fn_actions[];
#define MEH(kc) kc | 0x0700
#define LCAG(kc) kc | 0x0D00 // Modifier Ctrl Alt and GUI
#define MOD_HYPR 0xf
#define MOD_MEH 0x7
#define RCTL(kc) kc | 0x1100
#define RSFT(kc) kc | 0x1200
#define RALT(kc) kc | 0x1400