mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 14:11:57 +00:00
Added equals on space to nav layout
Added equals on the space keys for the nav layout also. This is because although i like the = on space change its slowing down my typing that i can only activate the modifier key with my right hand. I've always tended to hit space with my right thumb and that hasnt changed.
This commit is contained in:
@@ -88,7 +88,7 @@ TD(TD_SFT_CPS), KC_Z , KC_X , KC_C , KC_V , KC_B , KC_LBRC, KC_TAB,
|
||||
* |--------+------+------+------+------+------+-------------. ,-------------+------+------+------+------+------+--------|
|
||||
* | | | | | | | |ScLck | | | | Pause|M Prev|M Play|M Next|VolMut| Delete |
|
||||
* `----------------------+------+------+------+------+------| |------+------+------+------+------+----------------------'
|
||||
* | | | | | | | | | Ctl | Alt | |
|
||||
* | | | | = | | | | = | Ctl | Alt | |
|
||||
* | | | | | | | | | | | |
|
||||
* `----------------------------------' `----------------------------------'
|
||||
*/
|
||||
@@ -96,7 +96,7 @@ TD(TD_SFT_CPS), KC_Z , KC_X , KC_C , KC_V , KC_B , KC_LBRC, KC_TAB,
|
||||
_______, _______, _______, _______, _______, _______, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_VOLU, KC_DEL,
|
||||
_______, KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, _______, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, KC_VOLD, KC_INS,
|
||||
KC_LSFT, _______, _______, _______, _______, _______, _______, KC_SCRL, _______, _______,KC_PAUSE, KC_MPRV, KC_MPLY, KC_MNXT, KC_MUTE, KC_DEL,
|
||||
_______, KC_LGUI, _______, _______, _______, _______, _______, KC_LCTL, KC_LALT, _______
|
||||
_______, KC_LGUI, _______, KC_EQL, _______, _______, KC_EQL, KC_LCTL, KC_LALT, _______
|
||||
),
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user