Skip to content

Commit

Permalink
fix: use correct callback
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai-nkt committed Aug 3, 2024
1 parent 3c1499f commit 46e4ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/aki27/cocot46plus/keymaps/vial/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void pointing_device_init_user(void) {
set_auto_mouse_enable(true);
}

bool is_mouse_record_kb(uint16_t keycode, keyrecord_t* record) {
bool is_mouse_record_user(uint16_t keycode, keyrecord_t* record) {
switch (keycode) {
case SCRL_MO:
return true;
Expand Down

0 comments on commit 46e4ba1

Please sign in to comment.