diff options
Diffstat (limited to 'users/rossman360/rossman360.h')
-rw-r--r-- | users/rossman360/rossman360.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/users/rossman360/rossman360.h b/users/rossman360/rossman360.h new file mode 100644 index 000000000..9d6ee5981 --- /dev/null +++ b/users/rossman360/rossman360.h @@ -0,0 +1,28 @@ +#pragma once +#include "quantum.h" + +#define BWORD LCTL(KC_BSPC) +#define LWORD LCTL(KC_LEFT) +#define RWORD LCTL(KC_RIGHT) +#define JUMPBACK LSFT(KC_TAB) +#define UNDO LCTL(KC_Z) +#define XPANDR LCTL(LSFT(KC_X)) +#define NTAB LCTL(KC_T) +#define CTAB LCTL(KC_W) +#define XPANDR LCTL(LSFT(KC_X)) +#define CMDBSP MT(MOD_LGUI, KC_BSPC) +#define ALTDEL MT(MOD_LALT, KC_DEL) + +// Define all of +enum custom_keycodes { + KC_MAKE = SAFE_RANGE, + CSPEAK, + SPEAK1, + SPEAK2, + SPEAK3, + SPEAK4, + PARADOWN, + WREFRESH, + PMERGE, + REMCAPS, +}; |