]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/d4mation/macros.h
[Keymap] Added userspace for d4mation. Included their keymap for the Atreus62 (#7483)
[qmk_firmware.git] / users / d4mation / macros.h
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 };