diff options
| author | Rossman360 <53881724+Rossman360@users.noreply.github.com> | 2020-01-21 21:18:18 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2020-01-21 18:18:18 -0800 |
| commit | bf4611c7b7ef681e4fd35aab2b9a7ac4f5c36e5a (patch) | |
| tree | 1ecbcf61d653e9cd068009da2749b2f16ba31f53 /users | |
| parent | f7730567509619e31742ce0a2aa5ae7cfe21d23e (diff) | |
| download | qmk_firmware-bf4611c7b7ef681e4fd35aab2b9a7ac4f5c36e5a.tar.gz qmk_firmware-bf4611c7b7ef681e4fd35aab2b9a7ac4f5c36e5a.zip | |
[Keymap] adding personal rebound keymap (#7956)
Diffstat (limited to 'users')
| -rw-r--r-- | users/rossman360/rossman360.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/rossman360/rossman360.h b/users/rossman360/rossman360.h index 9d6ee5981..57f6234fa 100644 --- a/users/rossman360/rossman360.h +++ b/users/rossman360/rossman360.h | |||
| @@ -12,6 +12,13 @@ | |||
| 12 | #define XPANDR LCTL(LSFT(KC_X)) | 12 | #define XPANDR LCTL(LSFT(KC_X)) |
| 13 | #define CMDBSP MT(MOD_LGUI, KC_BSPC) | 13 | #define CMDBSP MT(MOD_LGUI, KC_BSPC) |
| 14 | #define ALTDEL MT(MOD_LALT, KC_DEL) | 14 | #define ALTDEL MT(MOD_LALT, KC_DEL) |
| 15 | #define TAB1 LCTL(KC_1) | ||
| 16 | #define TAB2 LCTL(KC_2) | ||
| 17 | #define TAB3 LCTL(KC_3) | ||
| 18 | #define TAB4 LCTL(KC_4) | ||
| 19 | #define CTRLSP MT(MOD_LCTL, KC_SPACE) | ||
| 20 | #define RVOLU LCTL(KC_RBRC) | ||
| 21 | #define RVOLD LCTL(KC_LBRC) | ||
| 15 | 22 | ||
| 16 | // Define all of | 23 | // Define all of |
| 17 | enum custom_keycodes { | 24 | enum custom_keycodes { |
