Skip to content

Commit

Permalink
mouse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed May 24, 2024
1 parent 9eb6a1d commit 18a7cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static mouse_t mouse_devices[] = {
{ &mouse_msserial_device },
{ &mouse_ltserial_device },
{ &mouse_ps2_device },
{ &usb_mouse_device },
{ &mouse_usb_mouse_device },
#ifdef USE_WACOM
{ &mouse_wacom_device },
{ &mouse_wacom_artpad_device },
Expand Down

0 comments on commit 18a7cd2

Please sign in to comment.