Skip to content

Commit

Permalink
bastardkb/charybdis: fix missing callback to `pointing_device_init_us…
Browse files Browse the repository at this point in the history
…er()`
  • Loading branch information
Charly Delay committed Jul 2, 2022
1 parent 7550c22 commit 729bfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/charybdis.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void charybdis_set_pointer_dragscroll_enabled(bool enable) {

void pointing_device_init_kb(void) {
maybe_update_pointing_device_cpi(&g_charybdis_config);
pointing_device_init_user();
}

/**
Expand Down

0 comments on commit 729bfdb

Please sign in to comment.