diff options
Diffstat (limited to 'users/d4mation/macros.h')
| -rw-r--r-- | users/d4mation/macros.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/users/d4mation/macros.h b/users/d4mation/macros.h new file mode 100644 index 000000000..e69d30dec --- /dev/null +++ b/users/d4mation/macros.h | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | #include "tap-hold.h" | ||
| 5 | #include "zalgo.h" | ||
| 6 | |||
| 7 | #define SCRGB LCTL( LSFT( LGUI( KC_4 ) ) ) /* Mac Screen Area Grab shortcut (Puts into Clipboard) */ | ||
| 8 | #define SLEEP LALT( LGUI( KC_SYSTEM_POWER ) ) /* Instant sleep on Mac, rather than having to hold down the button */ | ||
| 9 | |||
| 10 | enum custom_keycodes { | ||
| 11 | _GRAVE_ESC = SAFE_RANGE, /* Prefixed with underscore to prevent conflicts */ | ||
| 12 | PHPOPEN, /* <?php */ | ||
| 13 | PHPCLSE, /* ?> */ | ||
| 14 | AMENO, | ||
| 15 | MAGIC, | ||
| 16 | LENNY, | ||
| 17 | DISFACE, | ||
| 18 | TFLIP, | ||
| 19 | TPUT, | ||
| 20 | SHRUG, | ||
| 21 | ZALGO, | ||
| 22 | NEW_SAFE_RANGE | ||
| 23 | }; \ No newline at end of file | ||
