aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rambo <davrambo@gmail.com>2019-04-02 14:50:22 -0400
committerDrashna Jaelre <drashna@live.com>2019-04-02 11:50:22 -0700
commitb23752c840e4bcd4a6476d6956f2909514d0ecf0 (patch)
tree976d799068207a25b9c64033ea93e989b0152d54
parent448d3ad8dea82a5a71d29fb26d04f44e2a07123e (diff)
downloadqmk_firmware-b23752c840e4bcd4a6476d6956f2909514d0ecf0.tar.gz
qmk_firmware-b23752c840e4bcd4a6476d6956f2909514d0ecf0.zip
[Keymap] Minor update to my XD75 keymap (#5531)
* Updated iris, planck, and xd75 keymaps * Added brightness down and up to commented layout of Symbol layer. * updated config files for planck and iris * removed unnecessary include lines from iris and planck config files * updated XD75's PC layer and its NAVPC toggle layer * fixed typo in alias declaration for C_BSPS * changed alias names for BSPC toggle keys
-rw-r--r--keyboards/xd75/keymaps/davidrambo/keymap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/xd75/keymaps/davidrambo/keymap.c b/keyboards/xd75/keymaps/davidrambo/keymap.c
index a630affe0..7be197a81 100644
--- a/keyboards/xd75/keymaps/davidrambo/keymap.c
+++ b/keyboards/xd75/keymaps/davidrambo/keymap.c
@@ -2,14 +2,14 @@
2 2
3//aliases for clarity in layering 3//aliases for clarity in layering
4#define A_BSPC LALT(KC_BSPC) // delete whole word in Mac 4#define A_BSPC LALT(KC_BSPC) // delete whole word in Mac
5#define C_BSPS LCTL(KC_BSPC) // delete whole word in PC 5#define C_BSPC LCTL(KC_BSPC) // delete whole word in PC
6#define A_LEFT LALT(KC_LEFT) 6#define A_LEFT LALT(KC_LEFT)
7#define A_RGHT LALT(KC_RGHT) 7#define A_RGHT LALT(KC_RGHT)
8#define C_RGHT LCTL(KC_RGHT) 8#define C_RGHT LCTL(KC_RGHT)
9#define C_LEFT LCTL(KC_LEFT) 9#define C_LEFT LCTL(KC_LEFT)
10#define SftEnt SFT_T(KC_ENT) 10#define SftEnt SFT_T(KC_ENT)
11#define GBSPC LGUI_T(KC_BSPC) 11#define BS_GUI LGUI_T(KC_BSPC)
12#define CBSPC LCTL_T(KC_BSPC) 12#define BS_CTL LCTL_T(KC_BSPC)
13 13
14// internet browser tab shortcuts and window/application swapping for Mac and Win 14// internet browser tab shortcuts and window/application swapping for Mac and Win
15#define GSL LGUI(S(KC_LEFT)) // back one tab in Safari 15#define GSL LGUI(S(KC_LEFT)) // back one tab in Safari
@@ -62,7 +62,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
62 KC_GESC, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_LBRC, KC_BSLS, KC_RBRC, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSPC, 62 KC_GESC, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_LBRC, KC_BSLS, KC_RBRC, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSPC,
63 NAV , KC_A, KC_R, KC_S, KC_T, KC_D, KC_PGUP, KC_ESC , KC_ENT , KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT, 63 NAV , KC_A, KC_R, KC_S, KC_T, KC_D, KC_PGUP, KC_ESC , KC_ENT , KC_H, KC_N, KC_E, KC_I, KC_O, KC_QUOT,
64 SftLck , KC_Z, KC_X, KC_C, KC_V, KC_B, KC_PGDN, KC_UP , KC_ENT , KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, SftEnt , 64 SftLck , KC_Z, KC_X, KC_C, KC_V, KC_B, KC_PGDN, KC_UP , KC_ENT , KC_K, KC_M, KC_COMM, KC_DOT, KC_SLSH, SftEnt ,
65 KC_DEL , KC_LGUI, KC_LCTL, KC_LALT, KC_LGUI, GBSPC, KC_LEFT, KC_DOWN, KC_RGHT, KC_SPC, MO(3) , KC_RGUI, KC_RALT, KC_RCTL, BL_STEP 65 KC_DEL , KC_LGUI, KC_LCTL, KC_LALT, KC_LGUI, BS_GUI, KC_LEFT, KC_DOWN, KC_RGHT, KC_SPC, MO(3) , KC_RGUI, KC_RALT, KC_RCTL, BL_STEP
66 ), 66 ),
67 67
68// Windows Layer: essentially swaps Control and GUI 68// Windows Layer: essentially swaps Control and GUI
@@ -72,7 +72,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
72 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 72 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
73 NAVPC , _______, _______, _______, _______, _______, _______, KC_MPLY, _______, _______, _______, _______, _______, _______, _______, 73 NAVPC , _______, _______, _______, _______, _______, _______, KC_MPLY, _______, _______, _______, _______, _______, _______, _______,
74 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 74 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
75 _______, KC_LCTL, KC_LGUI, _______, KC_LCTL, _______, _______, _______, _______, _______, _______, KC_RCTL, KC_RALT, KC_RGUI, _______ 75 _______, KC_LCTL, KC_LGUI, _______, KC_LCTL, BS_CTL , _______, _______, _______, _______, _______, KC_RCTL, KC_RALT, KC_RGUI, _______
76 ), 76 ),
77 77
78 [_GAME] = LAYOUT_ortho_5x15( /* Gaming Layer */ 78 [_GAME] = LAYOUT_ortho_5x15( /* Gaming Layer */
@@ -118,7 +118,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
118 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 118 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
119 _______, _______, _______, _______, _______, _______, _______, _______, _______, C_TAB , C_LEFT, KC_UP, C_RGHT , KC_DEL , _______, 119 _______, _______, _______, _______, _______, _______, _______, _______, _______, C_TAB , C_LEFT, KC_UP, C_RGHT , KC_DEL , _______,
120 _______, _______, _______, _______, _______, _______, _______, _______, _______, CTLPGUP, KC_LEFT, KC_DOWN, KC_RGHT, CTLPGDN, _______, 120 _______, _______, _______, _______, _______, _______, _______, _______, _______, CTLPGUP, KC_LEFT, KC_DOWN, KC_RGHT, CTLPGDN, _______,
121 _______, _______, _______, _______, _______, _______, _______, _______, _______, A_TAB , CBSPC , KC_HOME, KC_END , _______, _______, 121 _______, _______, _______, _______, _______, _______, _______, _______, _______, A_TAB , C_BSPC , KC_HOME, KC_END , _______, _______,
122 RESET , _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 122 RESET , _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
123 ) 123 )
124}; 124};