rossman360.h 712 B

1234567891011121314151617181920212223242526272829303132333435
  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 TAB1 LCTL(KC_1)
  15. #define TAB2 LCTL(KC_2)
  16. #define TAB3 LCTL(KC_3)
  17. #define TAB4 LCTL(KC_4)
  18. #define CTRLSP MT(MOD_LCTL, KC_SPACE)
  19. #define RVOLU LCTL(KC_RBRC)
  20. #define RVOLD LCTL(KC_LBRC)
  21. // Define all of
  22. enum custom_keycodes {
  23. KC_MAKE = SAFE_RANGE,
  24. CSPEAK,
  25. SPEAK1,
  26. SPEAK2,
  27. SPEAK3,
  28. SPEAK4,
  29. PARADOWN,
  30. WREFRESH,
  31. PMERGE,
  32. REMCAPS,
  33. };