fix magic homerow keycodes
This commit is contained in:
parent
774180515a
commit
c1d52024fd
|
@ -209,7 +209,7 @@ uint16_t get_alt_repeat_key_keycode_user(uint16_t keycode, uint8_t mods) {
|
||||||
// vim optimisations
|
// vim optimisations
|
||||||
case KC_W: return KC_Q; // write quit
|
case KC_W: return KC_Q; // write quit
|
||||||
case HRM_C: return KC_W; // change word
|
case HRM_C: return KC_W; // change word
|
||||||
case KC_D: return KC_W; // delete word
|
case HRM_D: return KC_W; // delete word
|
||||||
}
|
}
|
||||||
|
|
||||||
return KC_TRNS;
|
return KC_TRNS;
|
||||||
|
|
Loading…
Reference in a new issue