You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
534 B

  1. #pragma once
  2. #include "quantum.h"
  3. #include "tap-hold.h"
  4. #include "zalgo.h"
  5. #define SCRGB LCTL( LSFT( LGUI( KC_4 ) ) ) /* Mac Screen Area Grab shortcut (Puts into Clipboard) */
  6. #define SLEEP LALT( LGUI( KC_SYSTEM_POWER ) ) /* Instant sleep on Mac, rather than having to hold down the button */
  7. enum custom_keycodes {
  8. _GRAVE_ESC = SAFE_RANGE, /* Prefixed with underscore to prevent conflicts */
  9. PHPOPEN, /* <?php */
  10. PHPCLSE, /* ?> */
  11. AMENO,
  12. MAGIC,
  13. LENNY,
  14. DISFACE,
  15. TFLIP,
  16. TPUT,
  17. SHRUG,
  18. ZALGO,
  19. NEW_SAFE_RANGE
  20. };