Skip to content

Commit

Permalink
[Keymap] adding personal rebound keymap (qmk#7956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossman360 authored and drashna committed Jan 22, 2020
1 parent 1758b1f commit 7d5e6cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions users/rossman360/rossman360.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
#define XPANDR LCTL(LSFT(KC_X))
#define CMDBSP MT(MOD_LGUI, KC_BSPC)
#define ALTDEL MT(MOD_LALT, KC_DEL)
#define TAB1 LCTL(KC_1)
#define TAB2 LCTL(KC_2)
#define TAB3 LCTL(KC_3)
#define TAB4 LCTL(KC_4)
#define CTRLSP MT(MOD_LCTL, KC_SPACE)
#define RVOLU LCTL(KC_RBRC)
#define RVOLD LCTL(KC_LBRC)

// Define all of
enum custom_keycodes {
Expand Down

0 comments on commit 7d5e6cd

Please sign in to comment.