fix magic homerow keycodes

This commit is contained in:
♥ Minnie ♥ 2024-03-28 22:06:24 +08:00
parent 774180515a
commit c1d52024fd

View file

@ -209,7 +209,7 @@ uint16_t get_alt_repeat_key_keycode_user(uint16_t keycode, uint8_t mods) {
// vim optimisations
case KC_W: return KC_Q; // write quit
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;