X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fpointing_device.h;h=1944d820659ba491aee5db518861c0270481cef7;hb=101b998ac2c6403c7917fbb283632879d7906294;hp=40d71f7419d89439e106d95e4751138852b7c265;hpb=ee132284861f1084046086b7ae11d56623df7834;p=qmk_firmware.git diff --git a/quantum/pointing_device.h b/quantum/pointing_device.h index 40d71f741..1944d8206 100644 --- a/quantum/pointing_device.h +++ b/quantum/pointing_device.h @@ -22,7 +22,7 @@ along with this program. If not, see . #include "host.h" #include "report.h" -void pointingdevice_init(void); +void pointing_device_init(void); void pointing_device_task(void); void pointing_device_send(void); report_mouse_t pointing_device_get_report(void);