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.

29 lines
523 B

  1. #pragma once
  2. #include "quantum.h"
  3. #define BWORD LCTL(KC_BSPC)
  4. #define LWORD LCTL(KC_LEFT)
  5. #define RWORD LCTL(KC_RIGHT)
  6. #define JUMPBACK LSFT(KC_TAB)
  7. #define UNDO LCTL(KC_Z)
  8. #define XPANDR LCTL(LSFT(KC_X))
  9. #define NTAB LCTL(KC_T)
  10. #define CTAB LCTL(KC_W)
  11. #define XPANDR LCTL(LSFT(KC_X))
  12. #define CMDBSP MT(MOD_LGUI, KC_BSPC)
  13. #define ALTDEL MT(MOD_LALT, KC_DEL)
  14. // Define all of
  15. enum custom_keycodes {
  16. KC_MAKE = SAFE_RANGE,
  17. CSPEAK,
  18. SPEAK1,
  19. SPEAK2,
  20. SPEAK3,
  21. SPEAK4,
  22. PARADOWN,
  23. WREFRESH,
  24. PMERGE,
  25. REMCAPS,
  26. };