migrate homerow mods to scag
This commit is contained in:
parent
c0b0ee8cec
commit
27eb2928c3
|
@ -41,14 +41,14 @@ enum custom_keycodes {
|
|||
/* Home Row Mods:
|
||||
* https://precondition.github.io/home-row-mods */
|
||||
|
||||
#define HRM_C LGUI_T(KC_C)
|
||||
#define HRM_R LALT_T(KC_R)
|
||||
#define HRM_S LSFT_T(KC_S)
|
||||
#define HRM_T LCTL_T(KC_T)
|
||||
#define HRM_N RCTL_T(KC_N)
|
||||
#define HRM_E RSFT_T(KC_E)
|
||||
#define HRM_I RALT_T(KC_I)
|
||||
#define HRM_A RGUI_T(KC_A)
|
||||
#define HRM_C LSFT_T(KC_C)
|
||||
#define HRM_R LCTL_T(KC_R)
|
||||
#define HRM_S LALT_T(KC_S)
|
||||
#define HRM_T LGUI_T(KC_T)
|
||||
#define HRM_N RGUI_T(KC_N)
|
||||
#define HRM_E RALT_T(KC_E)
|
||||
#define HRM_I RCTL_T(KC_I)
|
||||
#define HRM_A RSFT_T(KC_A)
|
||||
#define HRM_D LT(SYM, KC_D)
|
||||
#define HRM_H LT(SYM, KC_H)
|
||||
|
||||
|
|
Loading…
Reference in a new issue