Skip to content

Commit

Permalink
timer vline
Browse files Browse the repository at this point in the history
  • Loading branch information
juliekoubova committed Jun 15, 2024
1 parent e8fcee2 commit e8994b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/keychron/q4/ansi/keymaps/juliekoubova/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}

void housekeeping_task_user() {
//vim_task();
vim_task();
}

#ifdef VIM_DEBUG
Expand Down
2 changes: 1 addition & 1 deletion users/juliekoubova/vim/perform_action.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static vline_t vline = VLINE_NONE;
static uint16_t vline_time = 0;

#ifndef VIM_VLINE_TIMEOUT
# define VIM_VLINE_TIMEOUT 300
# define VIM_VLINE_TIMEOUT 700
#endif

void vim_vline_entered(void) {
Expand Down

0 comments on commit e8994b5

Please sign in to comment.